aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2002-09-04 00:00:04 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2002-09-04 00:00:04 +0800
commit6e93c76b3051467f2ee75b933d91c2f93e319bdc (patch)
treee1fd0fd3742ce890a7d01121c280e27de9518381
parent37b668380ee0859a014e3069cf5396b80dfbde28 (diff)
downloadgsoc2013-evolution-6e93c76b3051467f2ee75b933d91c2f93e319bdc.tar
gsoc2013-evolution-6e93c76b3051467f2ee75b933d91c2f93e319bdc.tar.gz
gsoc2013-evolution-6e93c76b3051467f2ee75b933d91c2f93e319bdc.tar.bz2
gsoc2013-evolution-6e93c76b3051467f2ee75b933d91c2f93e319bdc.tar.lz
gsoc2013-evolution-6e93c76b3051467f2ee75b933d91c2f93e319bdc.tar.xz
gsoc2013-evolution-6e93c76b3051467f2ee75b933d91c2f93e319bdc.tar.zst
gsoc2013-evolution-6e93c76b3051467f2ee75b933d91c2f93e319bdc.zip
Argh, didn't mean to commit this.
svn path=/trunk/; revision=17946
-rw-r--r--shell/e-shell-view.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/shell/e-shell-view.c b/shell/e-shell-view.c
index 7fc10fb761..fd23753894 100644
--- a/shell/e-shell-view.c
+++ b/shell/e-shell-view.c
@@ -822,8 +822,6 @@ new_folder_cb (EStorageSet *storage_set,
shell_view = E_SHELL_VIEW (data);
priv = shell_view->priv;
- g_print ("%s %s -- delayed_selection %s\n", __FUNCTION__, path, priv->delayed_selection);
-
delayed_path = strchr (priv->delayed_selection, ':');
if (delayed_path) {
delayed_path ++;
@@ -2186,8 +2184,6 @@ create_new_view_for_uri (EShellView *shell_view,
priv = shell_view->priv;
- g_print ("%s %s\n", __FUNCTION__, uri);
-
view = get_view_for_uri (shell_view, uri, view_info);
if (view == NULL)
return FALSE;
@@ -2203,8 +2199,6 @@ create_new_view_for_uri (EShellView *shell_view,
g_assert (page_num != -1);
set_current_notebook_page (shell_view, page_num);
- g_print ("%s set notebook page %d\n", __FUNCTION__, page_num);
-
g_hash_table_insert (priv->uri_to_view, view->uri, view);
return TRUE;