diff src/bar_sort.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 e0e12512cde2
line wrap: on
line diff
--- a/src/bar_sort.c	Sat Nov 22 22:54:51 2008 +0000
+++ b/src/bar_sort.c	Sun Nov 23 16:10:29 2008 +0000
@@ -494,7 +494,7 @@
 		}
 
 	sd->dialog = file_util_file_dlg(title,
-				       GQ_WMCLASS, "add_bookmark", button,
+				       "add_bookmark", button,
 				       bar_sort_add_cancel_cb, sd);
 	file_dialog_add_button(sd->dialog, GTK_STOCK_OK, NULL, bar_sort_add_ok_cb, TRUE);