diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2010-03-29 06:54:27 +0800 |
---|---|---|
committer | Michael Meeks <michael.meeks@novell.com> | 2010-04-07 19:25:57 +0800 |
commit | 1d6ecf87aa0e54f07dcf462459dd26c4056b9fe2 (patch) | |
tree | 258829f55f8c6edf1b3ee3da595ff092ef52850e /e-util/e-binding.c | |
parent | dfdb970ac69e3058418875aa043f9d2a17ea5945 (diff) | |
download | gsoc2013-evolution-1d6ecf87aa0e54f07dcf462459dd26c4056b9fe2.tar gsoc2013-evolution-1d6ecf87aa0e54f07dcf462459dd26c4056b9fe2.tar.gz gsoc2013-evolution-1d6ecf87aa0e54f07dcf462459dd26c4056b9fe2.tar.bz2 gsoc2013-evolution-1d6ecf87aa0e54f07dcf462459dd26c4056b9fe2.tar.lz gsoc2013-evolution-1d6ecf87aa0e54f07dcf462459dd26c4056b9fe2.tar.xz gsoc2013-evolution-1d6ecf87aa0e54f07dcf462459dd26c4056b9fe2.tar.zst gsoc2013-evolution-1d6ecf87aa0e54f07dcf462459dd26c4056b9fe2.zip |
Fix mismatched quotes.
Diffstat (limited to 'e-util/e-binding.c')
-rw-r--r-- | e-util/e-binding.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/e-util/e-binding.c b/e-util/e-binding.c index 86362a7eff..4b0f563a43 100644 --- a/e-util/e-binding.c +++ b/e-util/e-binding.c @@ -30,7 +30,7 @@ e_binding_warn (GObject *object, const gchar *property_name) { g_warning ( - "%s instances have no `%s' property to bind to", + "%s instances have no '%s' property to bind to", G_OBJECT_TYPE_NAME (object), property_name); return NULL; |