]> git.pld-linux.org Git - packages/f-spot.git/commitdiff
- fix for dotnet-gnome-desktop-2.20/gtkhtml3
authorSzymon Siwek <sls@pld-linux.org>
Sat, 12 Apr 2008 23:39:47 +0000 (23:39 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    f-spot-gtkhtml3.patch -> 1.1

f-spot-gtkhtml3.patch [new file with mode: 0644]

diff --git a/f-spot-gtkhtml3.patch b/f-spot-gtkhtml3.patch
new file mode 100644 (file)
index 0000000..bd5ae9f
--- /dev/null
@@ -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));
This page took 0.056378 seconds and 4 git commands to generate.