* src/ui.c:
Fixed typo that prevented "Save" from being deactivated when
document is not modified.
git-svn-id: https://glabels.svn.sourceforge.net/svnroot/glabels/trunk@755
f5e0f49d-192f-0410-a22d-
a8d8700d0965
+2008-02-21 Jim Evins <evins@snaught.com>
+
+ * src/ui.c:
+ Fixed typo that prevented "Save" from being deactivated when
+ document is not modified.
+
2008-02-18 Jim Evins <evins@snaught.com>
* src/prefs-model.c: (gl_prefs_model_save_settings),
};
static gchar* doc_modified_verbs [] = {
- "/ui/MenuBar/FileMenu/Save",
+ "/ui/MenuBar/FileMenu/FileSave",
NULL
};