diff src/editors.c @ 254:9faf34f047b1

Make the wmclass value unique among the code by defining it in main header file as GQ_WMCLASS. Before this patch, it was set using PACKAGE (="geeqie"), or by the hardcoded string "Geeqie". Now all Geeqie windows have the same value for wmclass.
author zas_
date Thu, 03 Apr 2008 23:29:14 +0000
parents e4f8a9c1ba26
children 68b4c8d2653e
line wrap: on
line diff
--- a/src/editors.c	Thu Apr 03 22:39:50 2008 +0000
+++ b/src/editors.c	Thu Apr 03 23:29:14 2008 +0000
@@ -156,7 +156,7 @@
 
 	vd = g_new0(EditorVerboseData, 1);
 
-	vd->gd = file_util_gen_dlg(_("Edit command results"), "Geeqie", "editor_results",
+	vd->gd = file_util_gen_dlg(_("Edit command results"), GQ_WMCLASS, "editor_results",
 				   NULL, FALSE,
 				   NULL, ed);
 	buf = g_strdup_printf(_("Output of %s"), text);