2011-10-07 [colin] 3.7.10cvs21
[claws.git] / src / prefs_receive.c
index e7bc78438e93171327ec5a64a95ac0c352def25d..cf13090fcd6066fb7067541e97d7317ca77ea2e2 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Sylpheed -- a GTK+ based, lightweight, and fast e-mail client
- * Copyright (C) 2005-2009 Colin Leroy <colin@colino.net> & The Claws Mail Team
+ * Copyright (C) 2005-2011 Colin Leroy <colin@colino.net> & The Claws Mail Team
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -100,7 +100,7 @@ static void prefs_receive_create_widget(PrefsPage *_page, GtkWindow *window,
 
        GtkWidget *hbox_autochk;
        GtkWidget *checkbtn_autochk;
-       GtkObject *spinbtn_autochk_adj;
+       GtkAdjustment *spinbtn_autochk_adj;
        GtkWidget *spinbtn_autochk;
        GtkWidget *label_autochk2;
        GtkWidget *checkbtn_chkonstartup;
@@ -159,7 +159,7 @@ static void prefs_receive_create_widget(PrefsPage *_page, GtkWindow *window,
        gtk_box_pack_start (GTK_BOX (vbox2), hbox_autochk, FALSE, FALSE, 0);
 
        PACK_CHECK_BUTTON (hbox_autochk, checkbtn_autochk,
-                          _("Automatically check for new mail every"));
+                          _("Check for new mail every"));
 
        spinbtn_autochk_adj = gtk_adjustment_new (5, 1, 100, 1, 10, 0);
        spinbtn_autochk = gtk_spin_button_new