source: pkg/main/gnome-panel/trunk/debian/patches/06_gksu_time_admin.patch @ 1272

Revision 1272, 504 bytes checked in by alanbach-guest, 6 years ago (diff)

Added 06_gksu_time_admin.patch to fix #27

  • applets/clock/clock.c

    diff -urpN gnome-panel-2.18.1.orig/applets/clock/clock.c gnome-panel-2.18.1/applets/clock/clock.c
    old new static const char *clock_config_tools [] 
    8484        "system-config-date", 
    8585        "redhat-config-date", 
    8686        "/sbin/yast2 timezone", 
    87         "time-admin", 
     87        "/usr/bin/gksu time-admin", 
    8888}; 
    8989 
    9090/* Needs to match the indices in the combo */ 
Note: See TracBrowser for help on using the repository browser.