aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-preferences.ui
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@gmail.com>2008-07-18 04:19:43 +0800
committerXavier Claessens <xclaesse@gmail.com>2009-06-12 00:06:30 +0800
commit294a19437a0ac22d5853dd1ec0934042fcd86360 (patch)
tree8237f21a613315e7c3275e36255eafc49e94789b /src/empathy-preferences.ui
parentafbb47911c8b0e82bb05fdb826fc056d9da10555 (diff)
downloadgsoc2013-empathy-294a19437a0ac22d5853dd1ec0934042fcd86360.tar
gsoc2013-empathy-294a19437a0ac22d5853dd1ec0934042fcd86360.tar.gz
gsoc2013-empathy-294a19437a0ac22d5853dd1ec0934042fcd86360.tar.bz2
gsoc2013-empathy-294a19437a0ac22d5853dd1ec0934042fcd86360.tar.lz
gsoc2013-empathy-294a19437a0ac22d5853dd1ec0934042fcd86360.tar.xz
gsoc2013-empathy-294a19437a0ac22d5853dd1ec0934042fcd86360.tar.zst
gsoc2013-empathy-294a19437a0ac22d5853dd1ec0934042fcd86360.zip
Add UI in the preference dialog to select the path to adium theme
Diffstat (limited to 'src/empathy-preferences.ui')
-rw-r--r--src/empathy-preferences.ui43
1 files changed, 43 insertions, 0 deletions
diff --git a/src/empathy-preferences.ui b/src/empathy-preferences.ui
index d92fc8f88..eaec717ea 100644
--- a/src/empathy-preferences.ui
+++ b/src/empathy-preferences.ui
@@ -792,6 +792,49 @@
<property name="position">0</property>
</packing>
</child>
+ <child>
+ <object class="GtkHBox" id="hbox_adium_theme">
+ <property name="visible">True</property>
+ <property name="spacing">6</property>
+ <child>
+ <object class="GtkLabel" id="label1">
+ <property name="visible">True</property>
+ <property name="xalign">0</property>
+ <property name="label" translatable="yes">Adium theme to use:</property>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkFileChooserButton" id="filechooserbutton_adium_theme">
+ <property name="visible">True</property>
+ <property name="preview_widget_active">False</property>
+ <property name="action">GTK_FILE_CHOOSER_ACTION_SELECT_FOLDER</property>
+ <property name="title" translatable="yes">Sélectionner un dossier</property>
+ </object>
+ <packing>
+ <property name="position">1</property>
+ </packing>
+ </child>
+ </object>
+ <packing>
+ <property name="position">1</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkLabel" id="label_invalid_adium_theme">
+ <property name="visible">True</property>
+ <property name="label" translatable="yes">&lt;span foreground="red"&gt;Not a valid adium theme&lt;/span&gt;</property>
+ <property name="use_markup">True</property>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">2</property>
+ </packing>
+ </child>
</object>
</child>
</object>