diff --git a/src/gtkexcepthook.py b/src/gtkexcepthook.py index bb69826c9..7aba6a46b 100644 --- a/src/gtkexcepthook.py +++ b/src/gtkexcepthook.py @@ -1,4 +1,4 @@ -## dialogs.py +## gtkexcepthook.py ## ## Gajim Team: ## - Yann Le Boulanger @@ -77,6 +77,7 @@ def _info(type, value, tb): expander.add(frame) dialog.vbox.add(expander) + dialog.set_resizable(True) dialog.set_position(gtk.WIN_POS_CENTER) # on expand the details the dialog remains centered on screen