solus-cold-storage / journal

GNU General Public License v2.0
9 stars 5 forks source link

Fixes #37

Closed ikeydoherty closed 9 years ago

ikeydoherty commented 9 years ago

Done about as much as I can tonight (spare time) - please choose an indentation/coding style and stick with it.

Also drop the use of "mother" everywhere its just plain silly. A GtkWidget knows its parent, so cast that when you need it :) (Unless you need it before being added to a widget, granted.)

That dynamiclist thing is also stupid, kill it. GtkApplication knows of all GtkApplicationWindow's - check the docs :)