diff options
author | Xavier Claessens <xclaesse@gmail.com> | 2008-07-18 04:19:43 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@gmail.com> | 2009-06-12 00:06:30 +0800 |
commit | 294a19437a0ac22d5853dd1ec0934042fcd86360 (patch) | |
tree | 8237f21a613315e7c3275e36255eafc49e94789b /src/empathy-preferences.ui | |
parent | afbb47911c8b0e82bb05fdb826fc056d9da10555 (diff) | |
download | gsoc2013-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.ui | 43 |
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"><span foreground="red">Not a valid adium theme</span></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> |