Bugzilla – Attachment 219739 Details for
Bug 395146
change time - wrong date ...
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Forgot Password
[patch]
fix
clock-date.diff (text/plain), 584 bytes, created by
Michael Meeks
on 2008-06-03 09:33:33 UTC
(
hide
)
Description:
fix
Filename:
MIME Type:
Creator:
Michael Meeks
Created:
2008-06-03 09:33:33 UTC
Size:
584 bytes
patch
obsolete
>--- gnome-panel-2.22.1.1/applets/clock/clock.c >+++ gnome-panel-2.22.1.1/applets/clock/clock.c >@@ -1777,6 +1777,10 @@ > gtk_spin_button_set_value (GTK_SPIN_BUTTON (cd->seconds_spin), now.tm_sec); > gtk_spin_button_set_value (GTK_SPIN_BUTTON (cd->minutes_spin), now.tm_min); > gtk_spin_button_set_value (GTK_SPIN_BUTTON (cd->hours_spin), now.tm_hour); >+ >+ gtk_calendar_select_month (GTK_CALENDAR (cd->calendar), now->tm_mon, >+ now->tm_year + 1900); >+ gtk_calendar_select_day (GTK_CALENDAR (cd->calendar), now->tm_mday); > } > > static void
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
|
Diff
Attachments on
bug 395146
:
218684
| 219739