[gnome-control-center/gsoc2011/location: 5/10] [location] Add the map pixmap



commit 3b8cd2c21d0642f663bc53251de692dca573d4b7
Author: StÃphane Maniaci <stephane maniaci gmail com>
Date:   Wed Jul 6 00:24:07 2011 +0200

    [location] Add the map pixmap

 panels/location/Makefile.am |    6 ++++--
 panels/location/data/bg.png |  Bin 0 -> 213448 bytes
 panels/location/location.ui |    4 +++-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/panels/location/Makefile.am b/panels/location/Makefile.am
index c53b0d4..ff2dc08 100644
--- a/panels/location/Makefile.am
+++ b/panels/location/Makefile.am
@@ -19,8 +19,10 @@ liblocation_la_SOURCES =    \
 liblocation_la_LIBADD = $(PANEL_LIBS) $(LOCATION_PANEL_LIBS)
 liblocation_la_LDFLAGS = $(PANEL_LDFLAGS)
 
-uidir = $(pkgdatadir)/ui
-dist_ui_DATA = location.ui
+uidir = $(pkgdatadir)/ui/location
+dist_ui_DATA = \
+	location.ui \
+	data/bg.png
 
 @INTLTOOL_DESKTOP_RULE@
 
diff --git a/panels/location/data/bg.png b/panels/location/data/bg.png
new file mode 100644
index 0000000..c04b7fd
Binary files /dev/null and b/panels/location/data/bg.png differ
diff --git a/panels/location/location.ui b/panels/location/location.ui
index 4833858..338e628 100644
--- a/panels/location/location.ui
+++ b/panels/location/location.ui
@@ -46,7 +46,9 @@
           <object class="GtkImage" id="image1">
             <property name="visible">True</property>
             <property name="can_focus">False</property>
-            <property name="pixbuf">map.png</property>
+            <property name="xalign">0</property>
+            <property name="yalign">0</property>
+            <property name="pixbuf">bg.png</property>
           </object>
           <packing>
             <property name="expand">False</property>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]