Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
mate-window-properties and mate-appearance-properties
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This fixes the contents of the first schema file getting copied into the second.
|
|
This fixes the contents of the first desktop file getting copied into the second.
|
|
|
|
This helps them render sharply on HiDPI displays.
|
|
mate-about-me-password.c:39:5: warning: "__sun" is not defined, evaluates to 0 [-Wundef]
39 | #if __sun
| ^~~~~
|
|
|
|
|
|
|
|
|
|
|
|
|
|
gtk_spin_button_set_value(GTK_SPIN_BUTTON(ta->HourSpin),LocalTime->tm_hour);
gtk_spin_button_set_value(GTK_SPIN_BUTTON(ta->MinuteSpin),LocalTime->tm_min);
char *str = g_strdup_printf ("%02d", LocalTime->tm_sec);
gtk_entry_set_text(GTK_ENTRY(ta->SecondSpin),str);
g_free (str);
|
|
sed -i -e 's/adjustament/adjustment/g' capplets/time-admin/src/time-admin.ui
|
|
|
|
|
|
|