public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-im/gajim/files: gajim-0.15.3-roster.patch
@ 2013-03-18  8:45 Justin Lecher (jlec)
  0 siblings, 0 replies; only message in thread
From: Justin Lecher (jlec) @ 2013-03-18  8:45 UTC (permalink / raw
  To: gentoo-commits

jlec        13/03/18 08:45:42

  Added:                gajim-0.15.3-roster.patch
  Log:
  net-im/gajim: Version BUmp; include backport of last tab closed fix, #461248
  
  (Portage version: 2.2.0_alpha166/cvs/Linux x86_64, signed Manifest commit with key 70EB7916)

Revision  Changes    Path
1.1                  net-im/gajim/files/gajim-0.15.3-roster.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/gajim/files/gajim-0.15.3-roster.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/gajim/files/gajim-0.15.3-roster.patch?rev=1.1&content-type=text/plain

Index: gajim-0.15.3-roster.patch
===================================================================
Index: src/common/config.py
===================================================================
--- src/common/config.py	(revision 14330)
+++ src/common/config.py	(revision 14450)
@@ -163,4 +163,5 @@
             'roster_width': [ opt_int, 200 ],
             'roster_height': [ opt_int, 400 ],
+            'roster_hpaned_position': [opt_int, 200],
             'history_window_width': [ opt_int, 650 ],
             'history_window_height': [ opt_int, 450 ],
Index: src/message_window.py
===================================================================
--- src/message_window.py	(revision 14114)
+++ src/message_window.py	(revision 14450)
@@ -1000,5 +1000,5 @@
         win.resize(size[0], size[1])
         if win.parent_paned:
-            win.parent_paned.set_position(parent_size[0])
+            win.parent_paned.set_position(gajim.config.get('roster_hpaned_position'))
 
     def _position_window(self, win, acct, type_):
Index: src/roster_window.py
===================================================================
--- src/roster_window.py	(revision 14436)
+++ src/roster_window.py	(revision 14450)
@@ -4492,4 +4492,5 @@
             roster_width = pane.get_child1().allocation.width
             gajim.config.set('roster_width', roster_width)
+            gajim.config.set('roster_hpaned_position', pane.get_position())
 
 ################################################################################





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-03-18  8:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-18  8:45 [gentoo-commits] gentoo-x86 commit in net-im/gajim/files: gajim-0.15.3-roster.patch Justin Lecher (jlec)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox