Re: [Sugar-devel] [PATCH shell 2/2] Journal details view, fix get_text method in text buffers - SL #3920

2012-09-21 Thread Simon Schampijer
On 09/21/2012 07:38 AM, Manuel Quiñones wrote: Gtk.TextBuffer.get_text() needs new parameter include_hidden_chars, setting it to False the given text excludes undisplayed text (text marked with tags that set the invisibility attribute) [1] Sounds good. [1]

Re: [Sugar-devel] [PATCH shell 2/2] Journal details view, fix get_text method in text buffers - SL #3920

2012-09-21 Thread Manuel Quiñones
2012/9/21 Simon Schampijer si...@schampijer.de: On 09/21/2012 07:38 AM, Manuel Quiñones wrote: Gtk.TextBuffer.get_text() needs new parameter include_hidden_chars, setting it to False the given text excludes undisplayed text (text marked with tags that set the invisibility attribute) [1]

[Sugar-devel] [PATCH shell 2/2] Journal details view, fix get_text method in text buffers - SL #3920

2012-09-20 Thread Manuel Quiñones
Gtk.TextBuffer.get_text() needs new parameter include_hidden_chars, setting it to False the given text excludes undisplayed text (text marked with tags that set the invisibility attribute) [1] [1] http://developer.gnome.org/gtk/2.24/GtkTextBuffer.html#gtk-text-buffer-get-text Signed-off-by: