Philipp Hörist pushed to branch master at gajim / gajim

Commits:
e128a3f6 by Philipp Hörist at 2018-08-19T19:38:11Z
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/e128a3f6760e41ccd0bbcf3679c359d31c7a17d6

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/commit/e128a3f6760e41ccd0bbcf3679c359d31c7a17d6
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