[krb5-auth-dialog] Rename krb5-auth-gconf.[ch] to ka-gconf.[ch]



commit ef9bb4179fba5c7fb77a2908aa618b0a204e518a
Author: Guido Günther <agx sigxcpu org>
Date:   Wed Apr 28 17:27:54 2010 +0200

    Rename krb5-auth-gconf.[ch] to ka-gconf.[ch]

 src/Makefile.am                       |    4 ++--
 src/{krb5-auth-gconf.c => ka-gconf.c} |    2 +-
 src/{krb5-auth-gconf.h => ka-gconf.h} |    0
 src/krb5-auth-applet.c                |    2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index b589976..caab31f 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -28,8 +28,8 @@ krb5_auth_dialog_SOURCES =	\
 	ka-applet.h		\
 	krb5-auth-pwdialog.c    \
 	krb5-auth-pwdialog.h    \
-	krb5-auth-gconf.c	\
-	krb5-auth-gconf.h	\
+	ka-gconf.c		\
+	ka-gconf.h		\
 	ka-gconf-tools.c	\
 	ka-gconf-tools.h	\
 	ka-dbus.c		\
diff --git a/src/krb5-auth-gconf.c b/src/ka-gconf.c
similarity index 99%
rename from src/krb5-auth-gconf.c
rename to src/ka-gconf.c
index b577a88..fa64f29 100644
--- a/src/krb5-auth-gconf.c
+++ b/src/ka-gconf.c
@@ -24,7 +24,7 @@
 
 #include "krb5-auth-applet.h"
 #include "ka-gconf-tools.h"
-#include "krb5-auth-gconf.h"
+#include "ka-gconf.h"
 
 static gboolean
 ka_gconf_set_principal (GConfClient* client, KaApplet* applet)
diff --git a/src/krb5-auth-gconf.h b/src/ka-gconf.h
similarity index 100%
rename from src/krb5-auth-gconf.h
rename to src/ka-gconf.h
diff --git a/src/krb5-auth-applet.c b/src/krb5-auth-applet.c
index bf4c1ae..254671e 100644
--- a/src/krb5-auth-applet.c
+++ b/src/krb5-auth-applet.c
@@ -25,7 +25,7 @@
 #include "krb5-auth-applet.h"
 #include "krb5-auth-dialog.h"
 #include "ka-gconf-tools.h"
-#include "krb5-auth-gconf.h"
+#include "ka-gconf.h"
 #include "ka-tools.h"
 #include "ka-tickets.h"
 #include "ka-plugin-loader.h"



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