summaryrefslogtreecommitdiff
path: root/plugins/gtk+/glade-image-item-editor.h
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.van.berkom@gmail.com>2011-01-07 22:48:48 +0900
committerTristan Van Berkom <tristan.van.berkom@gmail.com>2011-01-07 22:49:44 +0900
commit31cc1165e751c8a3283945b8035a2d5d6fb19165 (patch)
treed75ba12a5cb0d15bf1c6389146a0c2f5956b9725 /plugins/gtk+/glade-image-item-editor.h
parente1fd5a3d402459dc8d28a193117bb0828330b2d9 (diff)
downloadglade-31cc1165e751c8a3283945b8035a2d5d6fb19165.tar.gz
* gladeui/glade-editable.[ch], plugins/gtk+/.. [ All GladeEditable editors ].
GladeEditable now watches the project for changes and updates itself by way of the base class implementation (and is fixed for removed widgets that no longer have a project pointer available), also glade_editable_block/unblock() is added for implementations to avoid firing implicit loads while executing commands... all custom editors updated to lose much code.
Diffstat (limited to 'plugins/gtk+/glade-image-item-editor.h')
-rw-r--r--plugins/gtk+/glade-image-item-editor.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/gtk+/glade-image-item-editor.h b/plugins/gtk+/glade-image-item-editor.h
index bcef41d7..acf229fb 100644
--- a/plugins/gtk+/glade-image-item-editor.h
+++ b/plugins/gtk+/glade-image-item-editor.h
@@ -52,7 +52,6 @@ struct _GladeImageItemEditor
GList *properties; /* A list of eprops to update at load() time */
gboolean loading; /* Loading flag for loading widgets in the editor */
- gboolean modifying; /* Flag for monitoring project changes */
};
struct _GladeImageItemEditorClass