updated on Thu Jan 26 12:02:26 UTC 2012
[aur-mirror.git] / gwibber / lp_861903.patch
blob8c0d1f6732d5089d6c6d3096fca01a3c3418629b
1 === modified file 'client/tab-bar.vala'
2 --- old/client/tab-bar.vala 2011-09-27 19:21:56 +0000
3 +++ new/client/tab-bar.vala 2011-10-26 16:01:34 +0000
4 @@ -221,14 +221,6 @@
5 var children = _view_box.get_children ();
6 _view_box.set_size_request (_last_width * (int)children.length (),
7 _last_height);
9 - view.draw.connect_after((w, c) =>
10 - {
11 - if (_entry.showing)
12 - _entry.queue_draw();
14 - return false;
15 - });
18 queue_draw ();