[krb5-auth-dialog] Rename the UI definitions to .ui
- From: Guido Günther <guidog src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [krb5-auth-dialog] Rename the UI definitions to .ui
- Date: Thu, 24 Feb 2011 18:53:25 +0000 (UTC)
commit 0497c19b4ece56ce68837f032f3c87866d9011ba
Author: Guido Günther <agx sigxcpu org>
Date: Tue Feb 15 21:36:30 2011 +0100
Rename the UI definitions to .ui
po/POTFILES.in | 2 +-
src/Makefile.am | 2 +-
src/ka-applet.c | 2 +-
src/{krb5-auth-dialog.xml => krb5-auth-dialog.ui} | 0
4 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/po/POTFILES.in b/po/POTFILES.in
index f910c0c..279ce6d 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -1,4 +1,4 @@
-[type: gettext/glade]src/krb5-auth-dialog.xml
+[type: gettext/glade]src/krb5-auth-dialog.ui
src/ka-dialog.c
src/ka-pwdialog.c
src/dummy-strings.c
diff --git a/src/Makefile.am b/src/Makefile.am
index 1c89d31..fb64219 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -105,7 +105,7 @@ AM_CPPFLAGS = \
pkgdatadir = $(datadir)/krb5-auth-dialog
pkgdata_DATA = \
- krb5-auth-dialog.xml \
+ krb5-auth-dialog.ui \
$(NULL)
EXTRA_DIST = \
diff --git a/src/ka-applet.c b/src/ka-applet.c
index b2b2823..7252574 100644
--- a/src/ka-applet.c
+++ b/src/ka-applet.c
@@ -989,7 +989,7 @@ ka_applet_create ()
applet->priv->uixml = gtk_builder_new ();
ret = gtk_builder_add_from_file (applet->priv->uixml,
KA_DATA_DIR G_DIR_SEPARATOR_S
- PACKAGE ".xml", &error);
+ PACKAGE ".ui", &error);
if (!ret) {
g_assert (error);
g_assert (error->message);
diff --git a/src/krb5-auth-dialog.xml b/src/krb5-auth-dialog.ui
similarity index 100%
rename from src/krb5-auth-dialog.xml
rename to src/krb5-auth-dialog.ui
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]