From b67c6422995a9459548f478aa61a4dd3ec0437c0 Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Wed, 9 May 2012 18:03:07 +0200 Subject: add coco (notify-osd like) and nodoka (from fedora) themes, start 1.3 release --- src/themes/slider/theme.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/themes/slider') 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; } -- cgit v1.2.1