diff src/ui_pathsel.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 71e1ebee420e
children 9995c5fb202a
line wrap: on
line diff
--- a/src/ui_pathsel.c	Thu Apr 03 22:39:50 2008 +0000
+++ b/src/ui_pathsel.c	Thu Apr 03 23:29:14 2008 +0000
@@ -526,7 +526,7 @@
 		generic_dialog_close(gd);
 		}
 
-	dd->gd = generic_dialog_new(_("Delete file"), PACKAGE, "dlg_confirm",
+	dd->gd = generic_dialog_new(_("Delete file"), GQ_WMCLASS, "dlg_confirm",
 				    dd->entry, TRUE,
 				    dest_view_delete_dlg_cancel, dl);