diff options
author | Vincent Untz <[email protected]> | 2012-02-02 14:04:27 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-04-26 13:04:47 +0200 |
commit | dcb6025f4f4a0aadda5fea831d0cb520d2201b15 (patch) | |
tree | 4f91b5a0316630cd99ae0b2e224c2179b1d2aa80 /applets/clock/clock.h | |
parent | 0e8b631161bc33e75bf0663ce4f5849bb60355ec (diff) | |
download | mate-panel-dcb6025f4f4a0aadda5fea831d0cb520d2201b15.tar.bz2 mate-panel-dcb6025f4f4a0aadda5fea831d0cb520d2201b15.tar.xz |
clock: Convert to GResource
origin commits:
https://git.gnome.org/browse/gnome-panel/commit/?h=gnome-3-4&id=aa2895d
https://git.gnome.org/browse/gnome-panel/commit/?h=gnome-3-4&id=695d30c
https://git.gnome.org/browse/gnome-panel/commit/?h=gnome-3-4&id=00f9870
https://git.gnome.org/browse/gnome-panel/commit/?h=gnome-3-4&id=9ade365
Diffstat (limited to 'applets/clock/clock.h')
-rw-r--r-- | applets/clock/clock.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/applets/clock/clock.h b/applets/clock/clock.h index ad4861dd..34e7447a 100644 --- a/applets/clock/clock.h +++ b/applets/clock/clock.h @@ -32,6 +32,7 @@ extern "C" { #endif #define CLOCK_ICON "mate-panel-clock" +#define CLOCK_RESOURCE_PATH "/org/mate/panel/applet/clock/" #define CLOCK_SCHEMA "org.mate.panel.applet.clock" #ifdef __cplusplus |