diff options
author | Stefano Karapetsas <[email protected]> | 2012-05-09 18:03:07 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2012-05-09 18:03:07 +0200 |
commit | b67c6422995a9459548f478aa61a4dd3ec0437c0 (patch) | |
tree | f6976af7771a48d7e11d7b0a8b316b9bb1ce87a6 /src/themes/slider/theme.c | |
parent | 07a45e51f10d27b201004b661812eed107c5d831 (diff) | |
download | mate-notification-daemon-b67c6422995a9459548f478aa61a4dd3ec0437c0.tar.bz2 mate-notification-daemon-b67c6422995a9459548f478aa61a4dd3ec0437c0.tar.xz |
add coco (notify-osd like) and nodoka (from fedora) themes, start 1.3 releasemate-notification-daemon-1.3.0
Diffstat (limited to 'src/themes/slider/theme.c')
-rw-r--r-- | src/themes/slider/theme.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/themes/slider/theme.c b/src/themes/slider/theme.c index b147134..eb50fce 100644 --- a/src/themes/slider/theme.c +++ b/src/themes/slider/theme.c @@ -910,5 +910,5 @@ gboolean get_always_stack(GtkWidget* nw) gboolean theme_check_init(unsigned int major_ver, unsigned int minor_ver, unsigned int micro_ver) { - return major_ver == 0 && (minor_ver > 3 || (minor_ver == 3 && micro_ver >= 2)); + return major_ver == NOTIFICATION_DAEMON_MAJOR_VERSION && minor_ver == NOTIFICATION_DAEMON_MINOR_VERSION && micro_ver == NOTIFICATION_DAEMON_MICRO_VERSION; } |