[accounts-dialog] Fix typo in gconftool-2 command string.
- From: Matthias Clasen <matthiasc src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [accounts-dialog] Fix typo in gconftool-2 command string.
- Date: Tue, 2 Feb 2010 01:56:26 +0000 (UTC)
commit affd5da3d1bff49bfc227729e1b383895055f742
Author: Jonny Lamb <jonnylamb gnome org>
Date: Sat Jan 30 13:05:59 2010 -0500
Fix typo in gconftool-2 command string.
src/um-login-options.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/um-login-options.c b/src/um-login-options.c
index fed89d6..8c02879 100644
--- a/src/um-login-options.c
+++ b/src/um-login-options.c
@@ -200,7 +200,7 @@ update_boolean_from_gconf (GtkWidget *widget,
* databases at runtime. Even a SIGHUP doesn't seem to help. So we
* have to use gconftool to go get the current mandatory values.
*/
- cmdline = g_strdup_printf ("gconftool-2 --direct --config-source=\"xml:readonly:/ect/gconf/gconf.xml.defaults;xml:readonly:/etc/gconf/gconf.xml.mandatory\" --get %s", key);
+ cmdline = g_strdup_printf ("gconftool-2 --direct --config-source=\"xml:readonly:/etc/gconf/gconf.xml.defaults;xml:readonly:/etc/gconf/gconf.xml.mandatory\" --get %s", key);
error = NULL;
std_out = NULL;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]