aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-window.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2009-07-13 11:33:07 +0800
committerMatthew Barnes <mbarnes@redhat.com>2009-07-13 11:33:07 +0800
commit0274669179600ac77475eed9870d2eab52c2cf14 (patch)
tree80f228649b670efac7f76ba5c0da5ed22a3a05c9 /shell/e-shell-window.c
parentadb63f0f2156554a21dbfd8daba447001985e967 (diff)
downloadgsoc2013-evolution-0274669179600ac77475eed9870d2eab52c2cf14.tar
gsoc2013-evolution-0274669179600ac77475eed9870d2eab52c2cf14.tar.gz
gsoc2013-evolution-0274669179600ac77475eed9870d2eab52c2cf14.tar.bz2
gsoc2013-evolution-0274669179600ac77475eed9870d2eab52c2cf14.tar.lz
gsoc2013-evolution-0274669179600ac77475eed9870d2eab52c2cf14.tar.xz
gsoc2013-evolution-0274669179600ac77475eed9870d2eab52c2cf14.tar.zst
gsoc2013-evolution-0274669179600ac77475eed9870d2eab52c2cf14.zip
Fix excessive whitespace.
Diffstat (limited to 'shell/e-shell-window.c')
-rw-r--r--shell/e-shell-window.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/shell/e-shell-window.c b/shell/e-shell-window.c
index 685b5a822f..18d390d570 100644
--- a/shell/e-shell-window.c
+++ b/shell/e-shell-window.c
@@ -75,7 +75,6 @@ struct _ComponentView {
};
typedef struct _ComponentView ComponentView;
-
struct _EShellWindowPrivate {
union {
EShell *eshell;
@@ -117,7 +116,6 @@ struct _EShellWindowPrivate {
gboolean destroyed;
};
-
enum {
COMPONENT_CHANGED,
LAST_SIGNAL
@@ -352,7 +350,6 @@ switch_view (EShellWindow *window, ComponentView *component_view)
g_signal_emit (window, signals[COMPONENT_CHANGED], 0);
}
-
/* Functions to update the sensitivity of buttons and menu items depending on the status. */
static void
@@ -419,7 +416,6 @@ update_send_receive_sensitivity (EShellWindow *window)
"sensitive", "1", NULL);
}
-
/* Callbacks. */
static ComponentView *
@@ -518,7 +514,6 @@ ui_engine_remove_hint_callback (BonoboUIEngine *engine,
gtk_widget_show (window->priv->statusbar_notebook);
}
-
/* Widgetry. */
static void
@@ -821,7 +816,6 @@ setup_widgets (EShellWindow *window)
g_object_unref (gconf_client);
}
-
/* GObject methods. */
static void
@@ -978,7 +972,6 @@ e_shell_window_init (EShellWindow *shell_window)
}
-
/* Instantiation. */
GtkWidget *
@@ -1061,7 +1054,6 @@ e_shell_window_new (EShell *shell,
return GTK_WIDGET (window);
}
-
void
e_shell_window_switch_to_component (EShellWindow *window, const gchar *component_id)
{
@@ -1092,7 +1084,6 @@ e_shell_window_switch_to_component (EShellWindow *window, const gchar *component
e_sidebar_select_button (E_SIDEBAR (priv->sidebar), view->button_id);
}
-
const gchar *
e_shell_window_peek_current_component_id (EShellWindow *window)
{
@@ -1104,7 +1095,6 @@ e_shell_window_peek_current_component_id (EShellWindow *window)
return window->priv->current_view->component_id;
}
-
EShell *
e_shell_window_peek_shell (EShellWindow *window)
{
@@ -1113,7 +1103,6 @@ e_shell_window_peek_shell (EShellWindow *window)
return window->priv->shell.eshell;
}
-
BonoboUIComponent *
e_shell_window_peek_bonobo_ui_component (EShellWindow *window)
{
@@ -1196,7 +1185,6 @@ e_shell_window_save_defaults (EShellWindow *window)
g_free (prop);
}
-
g_object_unref (client);
}