diff options
author | Milan Crha <mcrha@redhat.com> | 2014-07-11 03:01:42 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2014-07-11 03:01:42 +0800 |
commit | fa3d3c2403a3fcdd7bd4b66cb2acb7baf40ab231 (patch) | |
tree | f315f05c15fd4973a30f8dff1a29477ac8c2f803 /shell/e-shell-window-private.c | |
parent | 1690e6760f23f95f245d4acde8c768ccdedfc3b8 (diff) | |
download | gsoc2013-evolution-fa3d3c2403a3fcdd7bd4b66cb2acb7baf40ab231.tar.gz gsoc2013-evolution-fa3d3c2403a3fcdd7bd4b66cb2acb7baf40ab231.tar.zst gsoc2013-evolution-fa3d3c2403a3fcdd7bd4b66cb2acb7baf40ab231.zip |
Bug 722068 - Make Evolution build under Win32
This also makes gnome-desktop an optional dependency, which can
be avoided with --disable-gnome-desktop configure option.
Diffstat (limited to 'shell/e-shell-window-private.c')
-rw-r--r-- | shell/e-shell-window-private.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/e-shell-window-private.c b/shell/e-shell-window-private.c index 67612063e6..7a84b2e118 100644 --- a/shell/e-shell-window-private.c +++ b/shell/e-shell-window-private.c @@ -260,9 +260,9 @@ e_shell_window_private_constructed (EShellWindow *shell_window) GtkWindow *window; guint merge_id; const gchar *id; + GSettings *settings; #ifndef G_OS_WIN32 - GSettings *settings; GtkActionGroup *action_group; #endif |