diff options
author | Vincent Untz <[email protected]> | 2012-02-02 14:04:27 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-04-26 13:01:37 +0200 |
commit | cfe060300ff10557f8805eee176604095c48cc2d (patch) | |
tree | c52c7f5d23819a981635089f021a9de032461c14 /applets/clock/clock.h | |
parent | c61d3711954a959ebc7c957ac4f39c8ca3b783e9 (diff) | |
download | mate-panel-cfe060300ff10557f8805eee176604095c48cc2d.tar.bz2 mate-panel-cfe060300ff10557f8805eee176604095c48cc2d.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 |