[drwright] Pass the app name to notify_init
- From: Christian Persch <chpe src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [drwright] Pass the app name to notify_init
- Date: Fri, 4 Mar 2011 21:23:51 +0000 (UTC)
commit 56b562788f6ea1ec1ae1bd1926379ff83614f92f
Author: Christian Persch <chpe gnome org>
Date: Fri Mar 4 22:22:22 2011 +0100
Pass the app name to notify_init
... instead of PACKAGE_NAME.
src/drwright.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/drwright.c b/src/drwright.c
index 40762e3..c768c31 100644
--- a/src/drwright.c
+++ b/src/drwright.c
@@ -488,7 +488,7 @@ drwright_new (void)
}
if (!notify_is_initted ()) {
- notify_init (PACKAGE_NAME);
+ notify_init (g_get_application_name ());
}
dr->timer = drw_timer_new ();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]