From a5dcfc9c612d9537c2fd565986921b7798102557 Mon Sep 17 00:00:00 2001 From: Szymon Siwek Date: Sat, 12 Apr 2008 23:39:47 +0000 Subject: [PATCH] - fix for dotnet-gnome-desktop-2.20/gtkhtml3 Changed files: f-spot-gtkhtml3.patch -> 1.1 --- f-spot-gtkhtml3.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 f-spot-gtkhtml3.patch diff --git a/f-spot-gtkhtml3.patch b/f-spot-gtkhtml3.patch new file mode 100644 index 0000000..bd5ae9f --- /dev/null +++ b/f-spot-gtkhtml3.patch @@ -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)); -- 2.44.0