[Pkg-cli-apps-commits] [SCM] pinta branch, master, updated. debian/0.4+dfsg-2-10-g4f7809e

Jo Shields directhex at apebox.org
Tue Nov 2 21:40:38 UTC 2010


The following commit has been merged in the master branch:
commit e769374873e5edbe7490c67911c90234c93f0748
Author: Jo Shields <directhex at apebox.org>
Date:   Tue Nov 2 20:54:57 2010 +0000

    Remove obsolete patch

diff --git a/debian/patches/series b/debian/patches/series
index d2942e8..e69de29 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +0,0 @@
-tool_toolbar_fixed_size.patch
diff --git a/debian/patches/tool_toolbar_fixed_size.patch b/debian/patches/tool_toolbar_fixed_size.patch
deleted file mode 100644
index c4c4efd..0000000
--- a/debian/patches/tool_toolbar_fixed_size.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-Description: Force tool toolbar to fixed size
- Backported from upstream master. Fixes the size of the tool toolbar, since
- users have found the dynamically resizing toolbar in 0.4 annoying (and it
- does not mesh well with the font selector dropdown box).
-Origin: upstream, http://github.com/jpobst/Pinta/commit/36a911afe9c1fc38feaafc558314c037d0abe6e2
-Author: Maia Kozheva <sikon at ubuntu.com>
-–––
-Index: pinta/Pinta/MainWindow.cs
-===================================================================
---- pinta.orig/Pinta/MainWindow.cs	2010-07-27 17:16:31.843270588 +0700
-+++ pinta/Pinta/MainWindow.cs	2010-07-27 17:17:02.123267996 +0700
-@@ -313,6 +313,8 @@
- 			
- 			if (Platform.GetOS () == Platform.OS.Windows)
- 				tool_toolbar.HeightRequest = 28;
-+			else
-+				tool_toolbar.HeightRequest = 42;
- 
- 			shell.PackStart (tool_toolbar, false, false, 0);
- 		}

-- 
pinta



More information about the Pkg-cli-apps-commits mailing list