sugar-toolkit-gtk3/src/sugar3/activity
Simon Schampijer 9e4a3688fe Pass all parameters to GtkTextBuffer.get_text()
With PyGTK the include_hidden_chars parameter to GtkTextBuffer.get_text() had
a default value [1]. With GTK3+pygi the value must be explicitly passed [2].

[1] http://developer.gnome.org/pygtk/stable/class-gtktextbuffer.html#method-gtktextbuffer--get-text
[2] http://developer.gnome.org/gtk3/3.0/GtkTextBuffer.html#gtk-text-buffer-get-text

[changed description]
Signed-off-by: Sascha Silbe <silbe@activitycentral.com>
2011-12-13 17:19:52 -03:00
..
__init__.py Rename imports from sugar to sugar3 2011-11-14 19:17:32 +01:00
activity.py Fix broken imports 2011-11-15 17:51:23 +01:00
activityfactory.py Fix broken imports 2011-11-15 17:51:23 +01:00
activityhandle.py Rename the module to sugar3 2011-11-14 18:17:18 +01:00
activityservice.py Rename imports from sugar to sugar3 2011-11-14 19:17:32 +01:00
bundlebuilder.py Fix broken imports 2011-11-15 17:51:23 +01:00
i18n.py Rename the module to sugar3 2011-11-14 18:17:18 +01:00
main.py Rename imports from sugar to sugar3 2011-11-14 19:17:32 +01:00
Makefile.am Rename the module to sugar3 2011-11-14 18:17:18 +01:00
namingalert.py Pass all parameters to GtkTextBuffer.get_text() 2011-12-13 17:19:52 -03:00
widgets.py Rename imports from sugar to sugar3 2011-11-14 19:17:32 +01:00