Skip to content
Snippets Groups Projects
Commit a9b5ed98 authored by nkour's avatar nkour
Browse files

typo

parent ac05887b
No related branches found
No related tags found
No related merge requests found
......@@ -92,7 +92,7 @@ class GroupchatWindow(chat.Chat):
if gajim.config.get('saveposition'):
gtkgui_helpers.move_window(self.window, gajim.config.get('gc-x-position'),
gajim.config.get('gc-y-position'))
gtkgui_helpers.resize(self.window, gajim.config.get('gc-width'),
gtkgui_helpers.resize_window(self.window, gajim.config.get('gc-width'),
gajim.config.get('gc-height'))
self.window.show_all()
......
......@@ -74,7 +74,7 @@ class TabbedChatWindow(chat.Chat):
# get window position and size from config
gtkgui_helpers.move_window(self.window, gajim.config.get('chat-x-position'),
gajim.config.get('chat-y-position'))
gtkgui_helpers.resize(self.window, gajim.config.get('chat-width'),
gtkgui_helpers.resize_window(self.window, gajim.config.get('chat-width'),
gajim.config.get('chat-height'))
# gtk+ doesn't make use of the motion notify on gtkwindow by default
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment