From a3c97eb293bfff825c43bd10d5584ae5a20f5495 Mon Sep 17 00:00:00 2001 From: Felix Riemann Date: Sun, 12 Aug 2012 16:35:46 +0200 Subject: EomApplication: Make most members private This allows plugin usage without installing toolbar editor headers. origin commit: https://gitlab.gnome.org/GNOME/eog/commit/e647078 --- src/main.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c index bafaaf3..d7fd2a1 100644 --- a/src/main.c +++ b/src/main.c @@ -35,6 +35,7 @@ #include "eom-thumbnail.h" #include "eom-job-queue.h" #include "eom-application.h" +#include "eom-application-internal.h" #include "eom-util.h" #include @@ -161,7 +162,7 @@ main (int argc, char **argv) gtk_window_set_default_icon_name ("eom"); g_set_application_name (_("Eye of MATE Image Viewer")); - EOM_APP->flags = flags; + EOM_APP->priv->flags = flags; if (force_new_instance) { GApplicationFlags app_flags = g_application_get_flags (G_APPLICATION (EOM_APP)); app_flags |= G_APPLICATION_NON_UNIQUE; -- cgit v1.2.1