From e128a3f6760e41ccd0bbcf3679c359d31c7a17d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20H=C3=B6rist?= Date: Sun, 19 Aug 2018 21:37:34 +0200 Subject: [PATCH] Fix emoji theme fallback --- gajim/gtk/emoji_chooser.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/gajim/gtk/emoji_chooser.py b/gajim/gtk/emoji_chooser.py index 117e66981..949257cd2 100644 --- 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'):