[mmassonnet] XFCE -> Xfce
This commit is contained in:
parent
08ecb3715d
commit
c33d19113c
|
@ -1678,7 +1678,7 @@ Show only in roster</property>
|
||||||
<property name="items" translatable="yes">Autodetect on every Gajim startup
|
<property name="items" translatable="yes">Autodetect on every Gajim startup
|
||||||
Always use GNOME default applications
|
Always use GNOME default applications
|
||||||
Always use KDE default applications
|
Always use KDE default applications
|
||||||
Always use XFCE4 default applications
|
Always use Xfce default applications
|
||||||
Custom</property>
|
Custom</property>
|
||||||
<signal name="changed" handler="on_applications_combobox_changed"/>
|
<signal name="changed" handler="on_applications_combobox_changed"/>
|
||||||
</widget>
|
</widget>
|
||||||
|
|
|
@ -410,7 +410,7 @@ class PreferencesWindow:
|
||||||
if gajim.config.get('autodetect_browser_mailer'):
|
if gajim.config.get('autodetect_browser_mailer'):
|
||||||
self.applications_combobox.set_active(0)
|
self.applications_combobox.set_active(0)
|
||||||
# else autodetect_browser_mailer is False.
|
# else autodetect_browser_mailer is False.
|
||||||
# so user has 'Always Use GNOME/KDE/XFCE4' or Custom
|
# so user has 'Always Use GNOME/KDE/Xfce' or Custom
|
||||||
elif gajim.config.get('openwith') == 'gnome-open':
|
elif gajim.config.get('openwith') == 'gnome-open':
|
||||||
self.applications_combobox.set_active(1)
|
self.applications_combobox.set_active(1)
|
||||||
elif gajim.config.get('openwith') == 'kfmclient exec':
|
elif gajim.config.get('openwith') == 'kfmclient exec':
|
||||||
|
|
|
@ -127,7 +127,7 @@ def get_theme_font_for_option(theme, option):
|
||||||
|
|
||||||
def get_default_font():
|
def get_default_font():
|
||||||
'''Get the desktop setting for application font
|
'''Get the desktop setting for application font
|
||||||
first check for GNOME, then XFCE and last KDE
|
first check for GNOME, then Xfce and last KDE
|
||||||
it returns None on failure or else a string 'Font Size' '''
|
it returns None on failure or else a string 'Font Size' '''
|
||||||
|
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Reference in New Issue