View | Details | Raw Unified | Return to bug 395146
Collapse All | Expand All

(-)file_not_specified_in_diff (-1 / +5 lines)
Line  Link Here
0
-- gnome-panel-2.22.1.1/applets/clock/clock.c
0
++ gnome-panel-2.22.1.1/applets/clock/clock.c
Lines 1777-1782 Link Here
1777
	gtk_spin_button_set_value (GTK_SPIN_BUTTON (cd->seconds_spin), now.tm_sec);
1777
	gtk_spin_button_set_value (GTK_SPIN_BUTTON (cd->seconds_spin), now.tm_sec);
1778
	gtk_spin_button_set_value (GTK_SPIN_BUTTON (cd->minutes_spin), now.tm_min);
1778
	gtk_spin_button_set_value (GTK_SPIN_BUTTON (cd->minutes_spin), now.tm_min);
1779
	gtk_spin_button_set_value (GTK_SPIN_BUTTON (cd->hours_spin), now.tm_hour);
1779
	gtk_spin_button_set_value (GTK_SPIN_BUTTON (cd->hours_spin), now.tm_hour);
1780
1781
        gtk_calendar_select_month (GTK_CALENDAR (cd->calendar), now->tm_mon,
1782
                                   now->tm_year + 1900);
1783
        gtk_calendar_select_day (GTK_CALENDAR (cd->calendar), now->tm_mday);
1780
}
1784
}
1781
1785
1782
static void
1786
static void

Return to bug 395146