[eog-plugins] Move UI files out of the plugins folder
- From: Felix Riemann <friemann src gnome org>
- To: svn-commits-list gnome org
- Subject: [eog-plugins] Move UI files out of the plugins folder
- Date: Tue, 16 Jun 2009 09:59:58 -0400 (EDT)
commit 1600103976b048ad9c81ac561dcced24636947cd
Author: Felix Riemann <friemann svn gnome org>
Date: Tue Jun 16 15:30:12 2009 +0200
Move UI files out of the plugins folder
Move the GtkBuilder files into a separate folder to avoid cluttering the
plugins installation folder.
ChangeLog | 6 ++++++
plugins/exif-display/Makefile.am | 2 +-
plugins/exif-display/eog-exif-display-plugin.c | 4 ++--
3 files changed, 9 insertions(+), 3 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 250a6af..bef8d9a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2009-06-16 Felix Riemann <friemann svn gnome org>
+
+ * plugins/exif-display/Makefile.am:
+ * plugins/exif-display/eog-exif-display-plugin.c:
+ Don't install UI files into the plugins folder directly.
+
2009-06-12 Felix Riemann <friemann svn gnome org>
* configure.ac:
diff --git a/plugins/exif-display/Makefile.am b/plugins/exif-display/Makefile.am
index 4493857..4442592 100644
--- a/plugins/exif-display/Makefile.am
+++ b/plugins/exif-display/Makefile.am
@@ -27,7 +27,7 @@ plugin_in_files = exif-display.eog-plugin.desktop.in
UI_FILES = exif-display.ui exif-display-config.ui
ui_DATA = $(UI_FILES)
-uidir = $(plugindir)
+uidir = $(plugindir)/exif-display
%.eog-plugin: %.eog-plugin.desktop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*po) ; $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -d -u -c $(top_builddir)/po/.intltool-merge-cache
diff --git a/plugins/exif-display/eog-exif-display-plugin.c b/plugins/exif-display/eog-exif-display-plugin.c
index 3bce2ee..fd4a122 100644
--- a/plugins/exif-display/eog-exif-display-plugin.c
+++ b/plugins/exif-display/eog-exif-display-plugin.c
@@ -51,8 +51,8 @@
static GConfClient *gconf_client = NULL;
-#define GTKBUILDER_FILE EOG_PLUGINDIR"/exif-display.ui"
-#define GTKBUILDER_CONFIG_FILE EOG_PLUGINDIR"/exif-display-config.ui"
+#define GTKBUILDER_FILE EOG_PLUGINDIR"/exif-display/exif-display.ui"
+#define GTKBUILDER_CONFIG_FILE EOG_PLUGINDIR"/exif-display/exif-display-config.ui"
EOG_PLUGIN_REGISTER_TYPE(EogExifDisplayPlugin, eog_exif_display_plugin)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]