aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-view.c
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2001-01-27 05:02:21 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2001-01-27 05:02:21 +0800
commit19791220710c9d632ac5836a3a1163bc00675a9d (patch)
treec8714ab7eac23aba758307e66663ff161e8826b8 /shell/e-shell-view.c
parent81fa33a7873d9a5c41452dbfed79015773b6c1bd (diff)
downloadgsoc2013-evolution-19791220710c9d632ac5836a3a1163bc00675a9d.tar
gsoc2013-evolution-19791220710c9d632ac5836a3a1163bc00675a9d.tar.gz
gsoc2013-evolution-19791220710c9d632ac5836a3a1163bc00675a9d.tar.bz2
gsoc2013-evolution-19791220710c9d632ac5836a3a1163bc00675a9d.tar.lz
gsoc2013-evolution-19791220710c9d632ac5836a3a1163bc00675a9d.tar.xz
gsoc2013-evolution-19791220710c9d632ac5836a3a1163bc00675a9d.tar.zst
gsoc2013-evolution-19791220710c9d632ac5836a3a1163bc00675a9d.zip
Remove all instances of non-portable macro `__FUNCTION__' from the
shell. svn path=/trunk/; revision=7841
Diffstat (limited to 'shell/e-shell-view.c')
-rw-r--r--shell/e-shell-view.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/shell/e-shell-view.c b/shell/e-shell-view.c
index 27759f2fb1..4bdb8139d7 100644
--- a/shell/e-shell-view.c
+++ b/shell/e-shell-view.c
@@ -196,8 +196,6 @@ storage_set_view_box_button_release_event_cb (GtkWidget *widget,
shell_view = E_SHELL_VIEW (data);
- puts (__FUNCTION__);
-
popdown_transient_folder_bar (shell_view);
}
@@ -237,7 +235,7 @@ storage_set_view_box_map_cb (GtkWidget *widget,
| GDK_LEAVE_NOTIFY_MASK
| GDK_POINTER_MOTION_MASK),
NULL, NULL, GDK_CURRENT_TIME) != 0) {
- g_warning ("%s -- pointer grab failed.", __FUNCTION__);
+ g_warning ("e-shell-view.c:storage_set_view_box_map_cb() -- pointer grab failed.");
e_shell_view_set_folder_bar_mode (shell_view, E_SHELL_VIEW_SUBWINDOW_STICKY);
return;
}
@@ -408,8 +406,6 @@ storage_selected_cb (EStorageSetView *storage_set_view,
path = g_strconcat (G_DIR_SEPARATOR_S, name, NULL);
switch_on_folder_tree_click (shell_view, path);
- puts (__FUNCTION__);
-
g_free (path);
}