]> git.pld-linux.org Git - packages/heap-shot.git/blob - heap-shot-unicode-dot.patch
- release 5 (by relup.sh)
[packages/heap-shot.git] / heap-shot-unicode-dot.patch
1 --- heap-shot/HeapShot.Gui.Widgets/gtk-gui/HeapShot.Gui.Widgets.ReferenceTreeViewer.cs.orig     2010-05-07 20:06:58.000000000 +0200
2 +++ heap-shot/HeapShot.Gui.Widgets/gtk-gui/HeapShot.Gui.Widgets.ReferenceTreeViewer.cs  2010-05-07 20:17:20.905783337 +0200
3 @@ -69,7 +69,7 @@
4              this.entryFilter.CanFocus = true;
5              this.entryFilter.Name = "entryFilter";
6              this.entryFilter.IsEditable = true;
7 -            this.entryFilter.InvisibleChar = '●';
8 +            this.entryFilter.InvisibleChar = '\u25cf';
9              this.boxFilter.Add(this.entryFilter);
10              Gtk.Box.BoxChild w3 = ((Gtk.Box.BoxChild)(this.boxFilter[this.entryFilter]));
11              w3.Position = 0;
This page took 0.239791 seconds and 3 git commands to generate.