diff options
Diffstat (limited to 'shell/e-shell-folder-title-bar.c')
-rw-r--r-- | shell/e-shell-folder-title-bar.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/shell/e-shell-folder-title-bar.c b/shell/e-shell-folder-title-bar.c index 260e5c37d0..1dd9d059cd 100644 --- a/shell/e-shell-folder-title-bar.c +++ b/shell/e-shell-folder-title-bar.c @@ -172,6 +172,7 @@ setup_style (EShellFolderTitleBar *folder_title_bar) /* Button signals. */ +#if 0 static void title_button_clicked_cb (GtkButton *button, void *data) @@ -182,6 +183,7 @@ title_button_clicked_cb (GtkButton *button, gtk_signal_emit (GTK_OBJECT (folder_title_bar), signals[TITLE_CLICKED]); } +#endif /* GTkWidget methods. */ |