SOURCES: f-spot-gtkhtml3.patch (NEW) - fix for dotnet-gnome-deskto...

sls sls at pld-linux.org
Sun Apr 13 01:39:52 CEST 2008


Author: sls                          Date: Sat Apr 12 23:39:52 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fix for dotnet-gnome-desktop-2.20/gtkhtml3

---- Files affected:
SOURCES:
   f-spot-gtkhtml3.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/f-spot-gtkhtml3.patch
diff -u /dev/null SOURCES/f-spot-gtkhtml3.patch:1.1
--- /dev/null	Sun Apr 13 01:39:52 2008
+++ SOURCES/f-spot-gtkhtml3.patch	Sun Apr 13 01:39:47 2008
@@ -0,0 +1,11 @@
+--- f-spot-0.4.2/src/InfoDisplay.cs.orig	2008-04-13 00:57:50.848051448 +0200
++++ f-spot-0.4.2/src/InfoDisplay.cs	2008-04-13 00:57:58.347536026 +0200
+@@ -148,7 +148,7 @@
+ 
+ 		private void Update ()
+ 		{
+-			Gtk.HTMLStream stream = this.Begin (null, "text/html; charset=utf-8", Gtk.HTMLBeginFlags.Scroll);
++			Gtk.HTMLStream stream = this.Begin (null, "text/html; charset=utf-8", Gtk.HTMLBeginFlags.KeepScroll);
+ 			
+ 			string bg = Color (this.Style.Background (Gtk.StateType.Active));
+ 			string fg = Color (this.Style.Foreground (Gtk.StateType.Active));
================================================================


More information about the pld-cvs-commit mailing list