diff options
author | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2010-05-11 06:53:55 +0000 |
---|---|---|
committer | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2010-05-11 06:53:55 +0000 |
commit | bf024f6801f20560c9081ea8ef3969d438744a79 (patch) | |
tree | 2b7a555e70db177f9617a49c962ce8122cb9ea86 /src | |
parent | aab139f193c935ee159f903a00d81939b3506d0c (diff) |
removed debug print.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2537 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src')
-rw-r--r-- | src/setup.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/setup.c b/src/setup.c index 51df4378..8be0bffd 100644 --- a/src/setup.c +++ b/src/setup.c @@ -459,9 +459,6 @@ static void setup_account_response_cb(GtkDialog *dialog, gint response_id, prev_page = page = gtk_notebook_get_current_page(GTK_NOTEBOOK(setupac.notebook)); - g_print("response_id = %d\n", response_id); - g_print("page = %d\n", page); - if (response_id == GTK_RESPONSE_CANCEL || response_id == GTK_RESPONSE_DELETE_EVENT) { if (page == SETUP_PAGE_FINISH) { @@ -518,7 +515,6 @@ static void setup_account_response_cb(GtkDialog *dialog, gint response_id, } page = gtk_notebook_get_current_page(GTK_NOTEBOOK(setupac.notebook)); - g_print("new page = %d\n", page); if (page == SETUP_PAGE_START) prev_enable = FALSE; |