diff options
| author | Alex Valavanis <valavanisalex@gmail.com> | 2011-06-24 10:23:41 +0000 |
|---|---|---|
| committer | Alex Valavanis <valavanisalex@gmail.com> | 2011-06-24 10:23:41 +0000 |
| commit | 4d8bf28dbebbc70325c75c0501ed192ae330c63b (patch) | |
| tree | bc31b7781d12de480edee237a1d419a8555718d1 /src/desktop.h | |
| parent | Remove/replace deprecated gtk_window_set_policy symbol (diff) | |
| download | inkscape-4d8bf28dbebbc70325c75c0501ed192ae330c63b.tar.gz inkscape-4d8bf28dbebbc70325c75c0501ed192ae330c63b.zip | |
Switch to GObject
(bzr r10350.1.3)
Diffstat (limited to 'src/desktop.h')
| -rw-r--r-- | src/desktop.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/desktop.h b/src/desktop.h index 2581f2859..ed0a99dea 100644 --- a/src/desktop.h +++ b/src/desktop.h @@ -240,8 +240,8 @@ public: void activate_guides (bool activate); void change_document (SPDocument *document); - void set_event_context (GtkType type, const gchar *config); - void push_event_context (GtkType type, const gchar *config, unsigned int key); + void set_event_context (GType type, const gchar *config); + void push_event_context (GType type, const gchar *config, unsigned int key); void set_coordinate_status (Geom::Point p); SPItem *getItemFromListAtPointBottom(const GSList *list, Geom::Point const p) const; |
