From 3dcb98e04d7b1cfc96c39a67cee9094fef147b73 Mon Sep 17 00:00:00 2001 From: hiro Date: Fri, 21 May 2010 05:51:42 +0000 Subject: removed warnings 'GtkSpinButton: setting an adjustment with non-zero page size is deprecated'. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2542 ee746299-78ed-0310-b773-934348b2243d --- src/prefs_account_dialog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/prefs_account_dialog.c') diff --git a/src/prefs_account_dialog.c b/src/prefs_account_dialog.c index 6df3b1ed..a9d9dac1 100644 --- a/src/prefs_account_dialog.c +++ b/src/prefs_account_dialog.c @@ -1016,7 +1016,7 @@ static void prefs_account_receive_create(void) gtk_label_set_justify (GTK_LABEL (maxarticle_label), GTK_JUSTIFY_LEFT); maxarticle_spinbtn_adj = - gtk_adjustment_new (300, 0, 10000, 10, 100, 100); + gtk_adjustment_new (300, 0, 10000, 10, 100, 0); maxarticle_spinbtn = gtk_spin_button_new (GTK_ADJUSTMENT (maxarticle_spinbtn_adj), 10, 0); gtk_widget_show (maxarticle_spinbtn); -- cgit v1.2.3