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

dev.gajim.org/gajim/gajim-plugins.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 18:43:04 +0300
committerPhilipp Hörist <forenjunkie@chello.at>2018-08-19 18:43:04 +0300
commite4c7a1818467af2380ecdda4b899906b2dd03693 (patch)
treea7cd8f8a743f882a7643ae54b6ab5846576661f2
parent600c37b0d2fba4a27c30b6234ec90e2c19e92fb9 (diff)
[whiteboard] Add compatibility for Gajim 1.1.0
-rw-r--r--whiteboard/whiteboard_widget.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/whiteboard/whiteboard_widget.py b/whiteboard/whiteboard_widget.py
index 16e1f4c..0994963 100644
--- a/whiteboard/whiteboard_widget.py
+++ b/whiteboard/whiteboard_widget.py
@@ -31,7 +31,7 @@ except:
from nbxmpp import Node
try:
- from gajim.filechoosers import NativeFileChooserDialog, Filter
+ from gajim.gtk.filechoosers import NativeFileChooserDialog, Filter
NEW_FILECHOOSER = True