[anjuta] glade: Renamed UI files to match naming convention
- From: Johannes Schmid <jhs src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [anjuta] glade: Renamed UI files to match naming convention
- Date: Sun, 16 May 2010 12:39:00 +0000 (UTC)
commit fd27846283fd084ab9225e9e950a826b84c2680b
Author: Johannes Schmid <jhs gnome org>
Date: Sun May 16 14:27:35 2010 +0200
glade: Renamed UI files to match naming convention
plugins/glade/Makefile.am | 2 +-
plugins/glade/anjuta-glade.glade | 467 --------------------
.../glade/{anjuta-glade.ui => anjuta-glade.xml} | 0
plugins/glade/plugin.c | 2 +-
4 files changed, 2 insertions(+), 469 deletions(-)
---
diff --git a/plugins/glade/Makefile.am b/plugins/glade/Makefile.am
index 4ec897c..035a146 100644
--- a/plugins/glade/Makefile.am
+++ b/plugins/glade/Makefile.am
@@ -3,7 +3,7 @@ if HAVE_PLUGIN_GLADE
# Plugin UI file
glade_uidir = $(anjuta_ui_dir)
-glade_ui_DATA = anjuta-glade.ui
+glade_ui_DATA = anjuta-glade.xml
# Plugin Icon file
glade_pixmapsdir = $(anjuta_image_dir)
diff --git a/plugins/glade/anjuta-glade.ui b/plugins/glade/anjuta-glade.xml
similarity index 100%
rename from plugins/glade/anjuta-glade.ui
rename to plugins/glade/anjuta-glade.xml
diff --git a/plugins/glade/plugin.c b/plugins/glade/plugin.c
index f7bb79b..7718c1b 100644
--- a/plugins/glade/plugin.c
+++ b/plugins/glade/plugin.c
@@ -31,7 +31,7 @@
#include "plugin.h"
#include "anjuta-design-document.h"
-#define UI_FILE PACKAGE_DATA_DIR"/ui/anjuta-glade.ui"
+#define UI_FILE PACKAGE_DATA_DIR"/ui/anjuta-glade.xml"
static gpointer parent_class;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]