[gtranslator] Adjust resource path
- From: Seán de Búrca <sdeburca src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtranslator] Adjust resource path
- Date: Tue, 3 Feb 2015 07:52:33 +0000 (UTC)
commit ebe803d13a5747e600d4ef60ccc77e555add391b
Author: Seán de Búrca <leftmostcat gmail com>
Date: Thu Jan 29 20:59:47 2015 -0700
Adjust resource path
src/gtr-context.c | 2 +-
src/gtr-message-table.c | 2 +-
src/gtr-notebook.c | 2 +-
src/gtr-tab.c | 2 +-
src/gtranslator.gresource.xml | 32 ++++++++++++++++----------------
5 files changed, 20 insertions(+), 20 deletions(-)
---
diff --git a/src/gtr-context.c b/src/gtr-context.c
index 3d3a457..67bfd64 100644
--- a/src/gtr-context.c
+++ b/src/gtr-context.c
@@ -493,7 +493,7 @@ gtr_context_panel_class_init (GtrContextPanelClass * klass)
G_PARAM_CONSTRUCT_ONLY));
gtk_widget_class_set_template_from_resource (widget_class,
- "/org/gnome/gtranslator/ui/gtr-context.ui");
+ "/org/gnome/translator/gtr-context.ui");
gtk_widget_class_bind_template_child_private (widget_class, GtrContextPanel, sw);
gtk_widget_class_bind_template_child_private (widget_class, GtrContextPanel, context);
diff --git a/src/gtr-message-table.c b/src/gtr-message-table.c
index 8ccdc02..f2da11e 100644
--- a/src/gtr-message-table.c
+++ b/src/gtr-message-table.c
@@ -314,7 +314,7 @@ gtr_message_table_class_init (GtrMessageTableClass * klass)
G_PARAM_CONSTRUCT_ONLY));
gtk_widget_class_set_template_from_resource (widget_class,
- "/org/gnome/gtranslator/ui/gtr-message-table.ui");
+ "/org/gnome/translator/gtr-message-table.ui");
gtk_widget_class_bind_template_child_private (widget_class, GtrMessageTable, treeview);
}
diff --git a/src/gtr-notebook.c b/src/gtr-notebook.c
index 3990fb4..712a4c1 100644
--- a/src/gtr-notebook.c
+++ b/src/gtr-notebook.c
@@ -129,7 +129,7 @@ gtr_notebook_class_init (GtrNotebookClass * klass)
GTR_TYPE_TAB);
gtk_widget_class_set_template_from_resource (widget_class,
- "/org/gnome/gtranslator/ui/gtr-notebook.ui");
+ "/org/gnome/translator/gtr-notebook.ui");
}
/***************************** Public funcs ***********************************/
diff --git a/src/gtr-tab.c b/src/gtr-tab.c
index 36efb78..4632280 100644
--- a/src/gtr-tab.c
+++ b/src/gtr-tab.c
@@ -760,7 +760,7 @@ gtr_tab_class_init (GtrTabClass * klass)
G_PARAM_STATIC_STRINGS));
gtk_widget_class_set_template_from_resource (widget_class,
- "/org/gnome/gtranslator/ui/gtr-tab.ui");
+ "/org/gnome/translator/gtr-tab.ui");
gtk_widget_class_bind_template_child_private (widget_class, GtrTab, message_table);
gtk_widget_class_bind_template_child_private (widget_class, GtrTab, text_msgid);
diff --git a/src/gtranslator.gresource.xml b/src/gtranslator.gresource.xml
index cf3740b..0a940d0 100644
--- a/src/gtranslator.gresource.xml
+++ b/src/gtranslator.gresource.xml
@@ -1,19 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<gresources>
- <gresource prefix="/org/gnome/gtranslator/ui">
- <file preprocess="xml-stripblanks">gtranslator-ui.xml</file>
- <file preprocess="xml-stripblanks">gtranslator-menu.ui</file>
- <file preprocess="xml-stripblanks">gtr-context.ui</file>
- <file preprocess="xml-stripblanks">gtr-header-dialog.ui</file>
- <file preprocess="xml-stripblanks">gtr-jump-dialog.ui</file>
- <file preprocess="xml-stripblanks">gtr-languages-fetcher.ui</file>
- <file preprocess="xml-stripblanks">gtr-message-table.ui</file>
- <file preprocess="xml-stripblanks">gtr-notebook.ui</file>
- <file preprocess="xml-stripblanks">gtr-preferences-dialog.ui</file>
- <file preprocess="xml-stripblanks">gtr-profile-dialog.ui</file>
- <file preprocess="xml-stripblanks">gtr-search-dialog.ui</file>
- <file preprocess="xml-stripblanks">gtr-statusbar.ui</file>
- <file preprocess="xml-stripblanks">gtr-tab.ui</file>
- <file preprocess="xml-stripblanks">gtr-window.ui</file>
- </gresource>
+ <gresource prefix="/org/gnome/translator">
+ <file preprocess="xml-stripblanks">gtranslator-ui.xml</file>
+ <file preprocess="xml-stripblanks">gtranslator-menu.ui</file>
+ <file preprocess="xml-stripblanks">gtr-context.ui</file>
+ <file preprocess="xml-stripblanks">gtr-header-dialog.ui</file>
+ <file preprocess="xml-stripblanks">gtr-jump-dialog.ui</file>
+ <file preprocess="xml-stripblanks">gtr-languages-fetcher.ui</file>
+ <file preprocess="xml-stripblanks">gtr-message-table.ui</file>
+ <file preprocess="xml-stripblanks">gtr-notebook.ui</file>
+ <file preprocess="xml-stripblanks">gtr-preferences-dialog.ui</file>
+ <file preprocess="xml-stripblanks">gtr-profile-dialog.ui</file>
+ <file preprocess="xml-stripblanks">gtr-search-dialog.ui</file>
+ <file preprocess="xml-stripblanks">gtr-statusbar.ui</file>
+ <file preprocess="xml-stripblanks">gtr-tab.ui</file>
+ <file preprocess="xml-stripblanks">gtr-window.ui</file>
+ </gresource>
</gresources>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]