[longomatch] revert partially fef7b8a
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [longomatch] revert partially fef7b8a
- Date: Mon, 17 Aug 2009 06:15:46 +0000 (UTC)
commit 76ad02531dbdfe97384b40c695e3ae1fea1756bf
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date: Mon Aug 17 08:15:36 2009 +0200
revert partially fef7b8a
LongoMatch/Main.cs | 2 +-
LongoMatch/gtk-gui/generated.cs | 2 +-
LongoMatch/gtk-gui/gui.stetic | 2 +-
Makefile.include | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/LongoMatch/Main.cs b/LongoMatch/Main.cs
index 3a61837..0b06265 100644
--- a/LongoMatch/Main.cs
+++ b/LongoMatch/Main.cs
@@ -120,7 +120,7 @@ namespace LongoMatch
}
public static string ImagesDir(){
- return RelativeToPrefix("share/images/longomatch");
+ return RelativeToPrefix("share/longomatch/images");
}
public static string DBDir(){
diff --git a/LongoMatch/gtk-gui/generated.cs b/LongoMatch/gtk-gui/generated.cs
index 592fcb0..9bad47d 100644
--- a/LongoMatch/gtk-gui/generated.cs
+++ b/LongoMatch/gtk-gui/generated.cs
@@ -19,7 +19,7 @@ namespace Stetic {
if ((Stetic.Gui.initialized == false)) {
Stetic.Gui.initialized = true;
Gtk.IconFactory w1 = new Gtk.IconFactory();
- Gtk.IconSet w2 = new Gtk.IconSet(new Gdk.Pixbuf(System.IO.Path.Combine(System.AppDomain.CurrentDomain.BaseDirectory, "../../share/images/longomatch/longomatch.png")));
+ Gtk.IconSet w2 = new Gtk.IconSet(new Gdk.Pixbuf(System.IO.Path.Combine(System.AppDomain.CurrentDomain.BaseDirectory, "../../share/longomatch/images/longomatch.png")));
w1.Add("longomatch", w2);
w1.AddDefault();
}
diff --git a/LongoMatch/gtk-gui/gui.stetic b/LongoMatch/gtk-gui/gui.stetic
index 3b290d2..d72bfc2 100755
--- a/LongoMatch/gtk-gui/gui.stetic
+++ b/LongoMatch/gtk-gui/gui.stetic
@@ -11,7 +11,7 @@
<icon-factory>
<icon-set id="longomatch">
<source>
- <property name="Image">file:../../share/images/longomatch/longomatch.png</property>
+ <property name="Image">file:../../share/longomatch/images/longomatch.png</property>
</source>
</icon-set>
</icon-factory>
diff --git a/Makefile.include b/Makefile.include
index 7c1c101..2cc03bf 100644
--- a/Makefile.include
+++ b/Makefile.include
@@ -69,7 +69,7 @@ linuxdesktopapplicationsdir = @datadir@/applications
linuxdesktopapplications_DATA = $(LINUX_DESKTOPAPPLICATIONS)
programfilesdir = @libdir@/@PACKAGE@
programfiles_DATA = $(PROGRAMFILES)
-commonapplicationdatarootimagesdir = @datadir@/images/@PACKAGE@
+commonapplicationdatarootimagesdir = @datadir@/@PACKAGE@/images
commonapplicationdatarootimages_DATA = $(COMMONAPPLICATIONDATAROOT_IMAGES)
commonapplicationdatarootlogodir = @datadir@/icons/hicolor/48x48/apps
commonapplicationdatarootlogo_DATA = $(COMMONAPPLICATIONDATAROOT_LOGO)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]