[krb5-auth-dialog] Use KA_NAME instead of PACKAGE



commit 255bc9697d0e0542c5ea367fb2dbec2e18d3100b
Author: Guido Günther <agx sigxcpu org>
Date:   Mon Feb 14 18:54:58 2011 +0100

    Use KA_NAME instead of PACKAGE
    
    for a translatable application name in the notification area

 src/ka-applet.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/ka-applet.c b/src/ka-applet.c
index 17eb628..b2b2823 100644
--- a/src/ka-applet.c
+++ b/src/ka-applet.c
@@ -496,7 +496,7 @@ ka_send_event_notification (KaApplet *self,
     g_return_if_fail (message != NULL);
 
     if (!notify_is_initted ())
-        notify_init (PACKAGE);
+        notify_init (KA_NAME);
 
     if (self->priv->notification) {
         notification = self->priv->notification;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]