aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-folder-title-bar.c
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2000-10-17 05:10:34 +0800
committerDan Winship <danw@src.gnome.org>2000-10-17 05:10:34 +0800
commitf31425818b4680598681602e572c4d31d9a1087b (patch)
tree8c04a1bdcb3a7dddf274248fa1b97582c6440ba1 /shell/e-shell-folder-title-bar.c
parentff8aed099f0921cde2c5797167a476b7eb185eab (diff)
downloadgsoc2013-evolution-f31425818b4680598681602e572c4d31d9a1087b.tar
gsoc2013-evolution-f31425818b4680598681602e572c4d31d9a1087b.tar.gz
gsoc2013-evolution-f31425818b4680598681602e572c4d31d9a1087b.tar.bz2
gsoc2013-evolution-f31425818b4680598681602e572c4d31d9a1087b.tar.lz
gsoc2013-evolution-f31425818b4680598681602e572c4d31d9a1087b.tar.xz
gsoc2013-evolution-f31425818b4680598681602e572c4d31d9a1087b.tar.zst
gsoc2013-evolution-f31425818b4680598681602e572c4d31d9a1087b.zip
Add a typecast.
* evolution-storage-set-view-factory.c (evolution_storage_set_view_factory_new_view): Add a typecast. * e-storage-set-view.c (popup_folder_menu): Move variable declarations into the #if 0 to kill warnings. (populate_folder_context_menu_with_common_items, folder_context_menu_activate_cb): Move these into #if 0 too. * e-shell.c: Add prototype. * e-shell-view.c (storage_set_view_box_map_cb): * e-shell-folder-title-bar.c (e_shell_folder_title_bar_construct): Remove unused variables. * e-setup.c: Fix warning caused by e-util -> gal migration. svn path=/trunk/; revision=5945
Diffstat (limited to 'shell/e-shell-folder-title-bar.c')
-rw-r--r--shell/e-shell-folder-title-bar.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/shell/e-shell-folder-title-bar.c b/shell/e-shell-folder-title-bar.c
index 11c6232973..7a51e77ad3 100644
--- a/shell/e-shell-folder-title-bar.c
+++ b/shell/e-shell-folder-title-bar.c
@@ -357,7 +357,6 @@ void
e_shell_folder_title_bar_construct (EShellFolderTitleBar *folder_title_bar)
{
EShellFolderTitleBarPrivate *priv;
- GtkRequisition button_requisition;
GtkWidget *button_hbox;
GtkWidget *widget;