~ubuntu-branches/ubuntu/gutsy/tomboy/gutsy-updates

« back to all changes in this revision

Viewing changes to debian/patches/01_utf8-fix.patch

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2007-01-08 21:12:13 UTC
  • mfrom: (1.1.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20070108211213-duqllmpnxes216dv
Tags: 0.5.3-0ubuntu1
* New upstream release
* debian/patches/01_utf8-fix.patch:
  + Dropped, merged upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
===================================================================
2
 
RCS file: /cvs/gnome/tomboy/Tomboy/NoteBuffer.cs,v
3
 
retrieving revision 1.30
4
 
retrieving revision 1.31
5
 
diff -u -r1.30 -r1.31
6
 
--- Tomboy/NoteBuffer.cs        2006/12/18 18:28:35     1.30
7
 
+++ Tomboy/NoteBuffer.cs        2006/12/19 14:55:23     1.31
8
 
@@ -13,7 +13,7 @@
9
 
        public class NoteBuffer : Gtk.TextBuffer 
10
 
        {
11
 
                UndoManager undo_manager;
12
 
-               char[] indent_bullets = {'•','◦','‣'};
13
 
+               char[] indent_bullets = {'\u2022', '\u2218', '\u2023'};
14
 
 
15
 
                // GODDAMN Gtk.TextBuffer. I hate you. Hate Hate Hate.
16
 
                struct ImageInsertData
17