From 0274669179600ac77475eed9870d2eab52c2cf14 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sun, 12 Jul 2009 23:33:07 -0400 Subject: Fix excessive whitespace. --- shell/e-shell-window.c | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'shell/e-shell-window.c') 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); } -- cgit v1.2.3