diff options
author | Felix Riemann <[email protected]> | 2011-01-03 13:41:44 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-07-11 08:39:23 +0200 |
commit | 9b79e09d57c87be17359a25277bbf3831395e2bf (patch) | |
tree | cc1b13e7591f5d4ca33ac7aaab082cf7bc9ea759 /plugins/reload/eom-reload-plugin.h | |
parent | 026b114ae5839cdb61524639a91e111e5f15e369 (diff) | |
download | eom-9b79e09d57c87be17359a25277bbf3831395e2bf.tar.bz2 eom-9b79e09d57c87be17359a25277bbf3831395e2bf.tar.xz |
Update plugins to use EomWindowActivatable interface
https://bugzilla.gnome.org/show_bug.cgi?id=626091
origin commit:
https://gitlab.gnome.org/GNOME/eog/commit/3d3d2bb
Diffstat (limited to 'plugins/reload/eom-reload-plugin.h')
-rw-r--r-- | plugins/reload/eom-reload-plugin.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/plugins/reload/eom-reload-plugin.h b/plugins/reload/eom-reload-plugin.h index f3830e1..2f455aa 100644 --- a/plugins/reload/eom-reload-plugin.h +++ b/plugins/reload/eom-reload-plugin.h @@ -7,6 +7,8 @@ #include <libpeas/peas-extension-base.h> #include <libpeas/peas-object-module.h> +#include <eom-window.h> + G_BEGIN_DECLS /* @@ -36,7 +38,7 @@ typedef struct _EomReloadPlugin EomReloadPlugin; struct _EomReloadPlugin { PeasExtensionBase parent_instance; - GtkWidget *window; + EomWindow *window; GtkActionGroup *ui_action_group; guint ui_id; }; |