[krb5-auth-dialog] Fix build without libnotify



commit 852e24e50d9f68c8458f14f62a38ada86a0084a1
Author: Guido Günther <agx sigxcpu org>
Date:   Mon Jan 4 21:44:36 2010 +0100

    Fix build without libnotify

 src/krb5-auth-applet.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/krb5-auth-applet.c b/src/krb5-auth-applet.c
index bfe99c2..445504e 100644
--- a/src/krb5-auth-applet.c
+++ b/src/krb5-auth-applet.c
@@ -78,8 +78,8 @@ struct _KaAppletPrivate
 
 #ifdef HAVE_LIBNOTIFY
 	NotifyNotification* notification;/* notification messages */
-	const char* notify_gconf_key;	/* disable notification gconf key */
 #endif /* HAVE_LIBNOTIFY */
+	const char* notify_gconf_key;	/* disable notification gconf key */
 	char* principal;		/* the principal to request */
 	gboolean renewable;		/* credentials renewable? */
 	char* pk_userid;		/* "userid" for pkint */



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