[gthumb/ext] [organize_files] added icons to the combo list
- From: Paolo Bacchilega <paobac src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gthumb/ext] [organize_files] added icons to the combo list
- Date: Sun, 3 Jan 2010 11:54:59 +0000 (UTC)
commit fbfcb999f47e466badabc3c8b064391a55f0a59a
Author: Paolo Bacchilega <paobac src gnome org>
Date: Sun Jan 3 12:53:58 2010 +0100
[organize_files] added icons to the combo list
extensions/catalogs/data/ui/organize-files.ui | 18 ++++++++++++++----
1 files changed, 14 insertions(+), 4 deletions(-)
---
diff --git a/extensions/catalogs/data/ui/organize-files.ui b/extensions/catalogs/data/ui/organize-files.ui
index 0c6e847..82ccef1 100644
--- a/extensions/catalogs/data/ui/organize-files.ui
+++ b/extensions/catalogs/data/ui/organize-files.ui
@@ -84,6 +84,12 @@
<property name="model">group_by_liststore</property>
<property name="active">0</property>
<child>
+ <object class="GtkCellRendererPixbuf" id="cellrenderertext2"/>
+ <attributes>
+ <attribute name="icon-name">2</attribute>
+ </attributes>
+ </child>
+ <child>
<object class="GtkCellRendererText" id="cellrenderertext1"/>
<attributes>
<attribute name="text">1</attribute>
@@ -250,26 +256,30 @@
<action-widget response="0">start_button</action-widget>
</action-widgets>
</object>
+ <object class="GtkImage" id="image1">
+ <property name="visible">True</property>
+ <property name="stock">gtk-execute</property>
+ </object>
<object class="GtkListStore" id="group_by_liststore">
<columns>
<!-- column-name type -->
<column type="gint"/>
<!-- column-name name -->
<column type="gchararray"/>
+ <!-- column-name icon-name -->
+ <column type="gchararray"/>
</columns>
<data>
<row>
<col id="0">0</col>
<col id="1" translatable="yes">date photo was taken</col>
+ <col id="2" translatable="yes">camera-photo</col>
</row>
<row>
<col id="0">1</col>
<col id="1" translatable="yes">file modified date</col>
+ <col id="2" translatable="yes">appointment-soon</col>
</row>
</data>
</object>
- <object class="GtkImage" id="image1">
- <property name="visible">True</property>
- <property name="stock">gtk-execute</property>
- </object>
</interface>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]