Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Hörist <forenjunkie@chello.at>2018-08-19 22:37:34 +0300
committerPhilipp Hörist <forenjunkie@chello.at>2018-08-19 22:37:34 +0300
commit8564edd5f3265bf80e899cd857c66a5cd59597f6 (patch)
tree81729076f44f6fa7d9876892e7ece59d5197a893
parent6a33163d429982e6accb84d00d08a7aa03a9bc8a (diff)
Fix emoji theme fallback
-rw-r--r--gajim/gtk/emoji_chooser.py4
1 files changed, 0 insertions, 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'):