]> git.pld-linux.org Git - packages/f-spot.git/blame - f-spot-gtkhtml3.patch
- removed out of date patches
[packages/f-spot.git] / f-spot-gtkhtml3.patch
CommitLineData
a5dcfc9c
SS
1--- f-spot-0.4.2/src/InfoDisplay.cs.orig 2008-04-13 00:57:50.848051448 +0200
2+++ f-spot-0.4.2/src/InfoDisplay.cs 2008-04-13 00:57:58.347536026 +0200
3@@ -148,7 +148,7 @@
4
5 private void Update ()
6 {
7- Gtk.HTMLStream stream = this.Begin (null, "text/html; charset=utf-8", Gtk.HTMLBeginFlags.Scroll);
8+ Gtk.HTMLStream stream = this.Begin (null, "text/html; charset=utf-8", Gtk.HTMLBeginFlags.KeepScroll);
9
10 string bg = Color (this.Style.Background (Gtk.StateType.Active));
11 string fg = Color (this.Style.Foreground (Gtk.StateType.Active));
This page took 0.092903 seconds and 4 git commands to generate.