[gnome-software/wip/temp/ubuntu-xenial-rebased: 49/326] Rename .glade file to .ui
- From: Iain Lane <iainl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software/wip/temp/ubuntu-xenial-rebased: 49/326] Rename .glade file to .ui
- Date: Fri, 29 Apr 2016 09:51:26 +0000 (UTC)
commit 3b56d8ca4a4e76e6d6d32bb6961cc32190240939
Author: Robert Ancell <robert ancell canonical com>
Date: Wed Feb 10 09:10:06 2016 +1300
Rename .glade file to .ui
src/gnome-software.gresource.xml | 2 +-
src/plugins/ubuntu-login-dialog.c | 2 +-
...u-login-dialog.glade => ubuntu-login-dialog.ui} | 0
3 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/gnome-software.gresource.xml b/src/gnome-software.gresource.xml
index 681841b..71031d7 100644
--- a/src/gnome-software.gresource.xml
+++ b/src/gnome-software.gresource.xml
@@ -33,6 +33,6 @@
<file>gtk-style.css</file>
<file>gtk-style-hc.css</file>
<file>plugins/ubuntu-one.png</file>
- <file preprocess="xml-stripblanks">plugins/ubuntu-login-dialog.glade</file>
+ <file preprocess="xml-stripblanks">plugins/ubuntu-login-dialog.ui</file>
</gresource>
</gresources>
diff --git a/src/plugins/ubuntu-login-dialog.c b/src/plugins/ubuntu-login-dialog.c
index ab8723b..c73e774 100644
--- a/src/plugins/ubuntu-login-dialog.c
+++ b/src/plugins/ubuntu-login-dialog.c
@@ -530,7 +530,7 @@ remember_check_toggled_cb (UbuntuLoginDialog *self,
static void
ubuntu_login_dialog_init (UbuntuLoginDialog *self)
{
- self->builder = gtk_builder_new_from_resource ("/org/gnome/Software/plugins/ubuntu-login-dialog.glade");
+ self->builder = gtk_builder_new_from_resource ("/org/gnome/Software/plugins/ubuntu-login-dialog.ui");
self->content_box = GTK_WIDGET (gtk_builder_get_object (self->builder, "content-box"));
self->cancel_button = GTK_WIDGET (gtk_builder_get_object (self->builder, "cancel-button"));
self->next_button = GTK_WIDGET (gtk_builder_get_object (self->builder, "next-button"));
diff --git a/src/plugins/ubuntu-login-dialog.glade b/src/plugins/ubuntu-login-dialog.ui
similarity index 100%
rename from src/plugins/ubuntu-login-dialog.glade
rename to src/plugins/ubuntu-login-dialog.ui
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]