diff src/main.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 31402ecb2aed
line wrap: on
line diff
--- a/src/main.c	Sat Nov 22 22:54:51 2008 +0000
+++ b/src/main.c	Sun Nov 23 16:10:29 2008 +0000
@@ -630,7 +630,7 @@
 
 	msg = g_strdup_printf("%s - %s", GQ_APPNAME, _("exit"));
 	exit_dialog = generic_dialog_new(msg,
-				GQ_WMCLASS, "exit", parent, FALSE,
+				"exit", parent, FALSE,
 				exit_confirm_cancel_cb, NULL);
 	g_free(msg);
 	msg = g_strdup_printf(_("Quit %s"), GQ_APPNAME);