log src/collect-dlg.c @ 1222:31dc2f240afb

age author description
Mon, 08 Dec 2008 21:34:32 +0000 zas_ Display error dialog with appropriate message when user is trying to open an invalid collection file.
Sun, 23 Nov 2008 16:10:29 +0000 zas_ Drop useless wmclass stuff. Gtk will take care of it and as said in the documentation using gtk_window_set_wmclass() is sort of pointless.
Sat, 15 Nov 2008 17:30:45 +0000 zas_ Use functions to return directories instead of constants.
Tue, 07 Oct 2008 18:20:22 +0000 nadvornik Adding a vim modeline to all files - patch by Klaus Ethgen
Tue, 26 Aug 2008 22:37:18 +0000 zas_ Use gpointer instead of void *.
Tue, 03 Jun 2008 13:54:22 +0000 zas_ Replace hardcoded collection filename extension by a macro (GQ_COLLECTION_EXT).
Wed, 21 May 2008 00:12:19 +0000 zas_ Use g_build_filename().