summaryrefslogtreecommitdiff
path: root/plugins/statusbar-date/eom-statusbar-date-plugin.h
diff options
context:
space:
mode:
authorFelix Riemann <[email protected]>2011-01-03 13:41:44 +0100
committerraveit65 <[email protected]>2018-07-11 08:39:23 +0200
commit9b79e09d57c87be17359a25277bbf3831395e2bf (patch)
treecc1b13e7591f5d4ca33ac7aaab082cf7bc9ea759 /plugins/statusbar-date/eom-statusbar-date-plugin.h
parent026b114ae5839cdb61524639a91e111e5f15e369 (diff)
downloadeom-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/statusbar-date/eom-statusbar-date-plugin.h')
-rw-r--r--plugins/statusbar-date/eom-statusbar-date-plugin.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/plugins/statusbar-date/eom-statusbar-date-plugin.h b/plugins/statusbar-date/eom-statusbar-date-plugin.h
index b779fce..af78621 100644
--- a/plugins/statusbar-date/eom-statusbar-date-plugin.h
+++ b/plugins/statusbar-date/eom-statusbar-date-plugin.h
@@ -28,6 +28,8 @@
#include <libpeas/peas-extension-base.h>
#include <libpeas/peas-object-module.h>
+#include <eom-window.h>
+
G_BEGIN_DECLS
/*
@@ -57,7 +59,7 @@ typedef struct _EomStatusbarDatePlugin EomStatusbarDatePlugin;
struct _EomStatusbarDatePlugin {
PeasExtensionBase parent_instance;
- GtkWidget *window;
+ EomWindow *window;
GtkWidget *statusbar_date;
gulong signal_id;
};