diff src/collect-dlg.c @ 1174:0bea79d87065

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.
author zas_
date Sun, 23 Nov 2008 16:10:29 +0000
parents 3a7af6a8cd5f
children 404168a124aa
line wrap: on
line diff
--- a/src/collect-dlg.c	Sat Nov 22 22:54:51 2008 +0000
+++ b/src/collect-dlg.c	Sun Nov 23 16:10:29 2008 +0000
@@ -66,7 +66,7 @@
 		{
 		GenericDialog *gd;
 
-		gd = file_util_gen_dlg(_("Overwrite File"), GQ_WMCLASS, "dlg_confirm",
+		gd = file_util_gen_dlg(_("Overwrite File"), "dlg_confirm",
 					GENERIC_DIALOG(fd)->dialog, TRUE,
 					collection_confirm_cancel_cb, fd);
 
@@ -193,7 +193,7 @@
 	cw = collection_window_find(cd);
 	if (cw) parent = cw->window;
 
-	fd = file_util_file_dlg(title, GQ_WMCLASS, "dlg_collection", parent,
+	fd = file_util_file_dlg(title, "dlg_collection", parent,
 			     collection_save_or_load_dialog_close_cb, cd);
 
 	generic_dialog_add_message(GENERIC_DIALOG(fd), NULL, title, NULL);