aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--shell/ChangeLog5
-rw-r--r--shell/e-shell-folder-title-bar.c2
2 files changed, 7 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index b30d67ab25..f8e54ab50b 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,3 +1,8 @@
+2000-07-10 Ettore Perazzoli <ettore@helixcode.com>
+
+ * e-shell-folder-title-bar.c (title_button_clicked_cb):
+ Temporarily `#if 0'ed out.
+
2000-07-10 Dan Winship <danw@helixcode.com>
* e-shell.c (impl_Shell_user_select_folder): Translate a
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. */