aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-window-private.c
diff options
context:
space:
mode:
authorRodrigo Moya <rodrigo@gnome-db.org>2011-10-13 23:23:54 +0800
committerRodrigo Moya <rodrigo@gnome-db.org>2011-10-13 23:23:54 +0800
commit2dd62937f02126c75c401fce50c6444a376e2f9f (patch)
treed35789d67a17743534ec2fdb123a3a23e66f045f /shell/e-shell-window-private.c
parent7caabe92304734e3bfc60bdf2e9d36915367e5f0 (diff)
downloadgsoc2013-evolution-2dd62937f02126c75c401fce50c6444a376e2f9f.tar
gsoc2013-evolution-2dd62937f02126c75c401fce50c6444a376e2f9f.tar.gz
gsoc2013-evolution-2dd62937f02126c75c401fce50c6444a376e2f9f.tar.bz2
gsoc2013-evolution-2dd62937f02126c75c401fce50c6444a376e2f9f.tar.lz
gsoc2013-evolution-2dd62937f02126c75c401fce50c6444a376e2f9f.tar.xz
gsoc2013-evolution-2dd62937f02126c75c401fce50c6444a376e2f9f.tar.zst
gsoc2013-evolution-2dd62937f02126c75c401fce50c6444a376e2f9f.zip
Build fixes
Diffstat (limited to 'shell/e-shell-window-private.c')
-rw-r--r--shell/e-shell-window-private.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/shell/e-shell-window-private.c b/shell/e-shell-window-private.c
index 2b3d159ada..cfee37ddbf 100644
--- a/shell/e-shell-window-private.c
+++ b/shell/e-shell-window-private.c
@@ -30,12 +30,10 @@ shell_window_save_switcher_style_cb (GtkRadioAction *action,
GtkRadioAction *current,
EShellWindow *shell_window)
{
- EShell *shell;
GSettings *settings;
GtkToolbarStyle style;
const gchar *string;
- shell = e_shell_window_get_shell (shell_window);
settings = g_settings_new ("org.gnome.evolution.shell");
style = gtk_radio_action_get_current_value (action);
@@ -66,13 +64,11 @@ shell_window_save_switcher_style_cb (GtkRadioAction *action,
static void
shell_window_init_switcher_style (EShellWindow *shell_window)
{
- EShell *shell;
GtkAction *action;
GSettings *settings;
GtkToolbarStyle style;
gchar *string;
- shell = e_shell_window_get_shell (shell_window);
settings = g_settings_new ("org.gnome.evolution.shell");
action = ACTION (SWITCHER_STYLE_ICONS);
@@ -256,7 +252,6 @@ e_shell_window_private_constructed (EShellWindow *shell_window)
{
EShellWindowPrivate *priv = shell_window->priv;
EShell *shell;
- GSettings *settings;
GtkAction *action;
GtkAccelGroup *accel_group;
GtkUIManager *ui_manager;