Philipp Hörist pushed to branch gajim_1.1 at gajim / gajim

Commits:
8564edd5 by Philipp Hörist at 2018-08-19T19:37:34Z
Fix emoji theme fallback

- - - - -


1 changed file:

- gajim/gtk/emoji_chooser.py


Changes:

=====================================
gajim/gtk/emoji_chooser.py
=====================================
--- a/gajim/gtk/emoji_chooser.py
+++ b/gajim/gtk/emoji_chooser.py
@@ -276,10 +276,6 @@ class EmojiChooser(Gtk.Popover):
 
     def _get_current_theme(self):
         theme = app.config.get('emoticons_theme')
-        if not theme:
-            log.warning('No emoji theme set')
-            return
-
         themes = helpers.get_available_emoticon_themes()
         if theme not in themes:
             if sys.platform not in ('win32', 'darwin'):



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/commit/8564edd5f3265bf80e899cd857c66a5cd59597f6

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/commit/8564edd5f3265bf80e899cd857c66a5cd59597f6
You're receiving this email because of your account on dev.gajim.org.
_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to