summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJohan Dahlin <johan@gnome.org>2008-08-01 16:30:41 +0000
committerJohan Dahlin <johan@src.gnome.org>2008-08-01 16:30:41 +0000
commitbaee1fed7d769e6e2e31c046e19a2d3818ae27f7 (patch)
treee8c5427d9ba8598973dfb5c8c2dbf432b2fc0341 /ChangeLog
parentbc5a21dd912b56b1911635291e06dabb72ac808f (diff)
downloadpygobject-baee1fed7d769e6e2e31c046e19a2d3818ae27f7.tar.gz
pygobject-baee1fed7d769e6e2e31c046e19a2d3818ae27f7.tar.xz
pygobject-baee1fed7d769e6e2e31c046e19a2d3818ae27f7.zip
Use %r instead of %s, this is not python!
2008-08-01 Johan Dahlin <johan@gnome.org> * glib/glibmodule.c (pyglib_set_application_name): Use %r instead of %s, this is not python! svn path=/trunk/; revision=903
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4ddac31..9c5dedc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-08-01 Johan Dahlin <johan@gnome.org>
+
+ * glib/glibmodule.c (pyglib_set_application_name):
+ Use %r instead of %s, this is not python!
+
2008-07-31 Johan Dahlin <johan@gnome.org>
* glib/glibmodule.c (pyglib_set_prgname)