typo
This commit is contained in:
parent
ac05887b43
commit
a9b5ed980f
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue