diff src/pan-view.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 95860439070b
children e0e12512cde2
line wrap: on
line diff
--- a/src/pan-view.c	Sat Nov 22 22:54:51 2008 +0000
+++ b/src/pan-view.c	Sun Nov 23 16:10:29 2008 +0000
@@ -2596,7 +2596,7 @@
 	if (!pref_list_int_get(PAN_PREF_GROUP, PAN_PREF_HIDE_WARNING, &hide_dlg)) hide_dlg = FALSE;
 	if (hide_dlg) return FALSE;
 
-	gd = generic_dialog_new(_("Pan View Performance"), GQ_WMCLASS, "pan_view_warning", NULL, FALSE,
+	gd = generic_dialog_new(_("Pan View Performance"), "pan_view_warning", NULL, FALSE,
 				NULL, NULL);
 	gd->data = file_data_ref(dir_fd);
 	generic_dialog_add_button(gd, GTK_STOCK_OK, NULL,