[SCM] idjc packaging branch, master, updated. debian/0.8.2-4-9-g9d0ec1a
alessio at users.alioth.debian.org
alessio at users.alioth.debian.org
Mon Jul 26 10:04:55 UTC 2010
The following commit has been merged in the master branch:
commit 22a65ebb6fb59982009e081779c68b1aaaca8743
Author: Alessio Treglia <alessio at debian.org>
Date: Mon Jul 26 11:54:50 2010 +0200
Refresh server_window_size.patch patch.
diff --git a/debian/patches/server_window_size.patch b/debian/patches/server_window_size.patch
index 4077e0e..b8af856 100644
--- a/debian/patches/server_window_size.patch
+++ b/debian/patches/server_window_size.patch
@@ -1,10 +1,10 @@
---
- idjcpython/sourceclientgui.py | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
+ idjcpython/sourceclientgui.py | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
--- idjc.orig/idjcpython/sourceclientgui.py
+++ idjc/idjcpython/sourceclientgui.py
-@@ -722,7 +722,7 @@ class MetadataBar(gtk.HBox):
+@@ -745,7 +745,7 @@ class MetadataBar(gtk.HBox):
def __init__(self, parent, qty, default_text=""):
self.source_client_gui = parent
gtk.HBox.__init__(self)
@@ -13,12 +13,3 @@
left_hbox = gtk.HBox()
label = gtk.Label(ln.metadata)
left_hbox.pack_start(label, False, False, 0)
-@@ -1249,7 +1249,7 @@ class StreamTab(Tab):
- scrolled = gtk.ScrolledWindow()
- Tab.add(self, scrolled)
- scrolled.show()
-- scrolled.set_size_request(-1, 355)
-+ scrolled.set_size_request(-1, 162)
- scrolled.set_policy(gtk.POLICY_NEVER, gtk.POLICY_AUTOMATIC)
- scrolled.set_shadow_type(gtk.SHADOW_NONE)
- scrolled_vbox = gtk.VBox()
--
idjc packaging
More information about the pkg-multimedia-commits
mailing list