diff src/bar_info.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 f6449c17306b
line wrap: on
line diff
--- a/src/bar_info.c	Sat Nov 22 22:54:51 2008 +0000
+++ b/src/bar_info.c	Sun Nov 23 16:10:29 2008 +0000
@@ -818,7 +818,7 @@
 	keyword_dialog = g_new0(KeywordDlg, 1);
 
 	keyword_dialog->gd = generic_dialog_new(_("Keyword Presets"),
-						GQ_WMCLASS, "keyword_presets", NULL, TRUE,
+						"keyword_presets", NULL, TRUE,
 						keyword_dialog_cancel_cb, keyword_dialog);
 	generic_dialog_add_message(keyword_dialog->gd, NULL, _("Favorite keywords list"), NULL);