[alleyoop] Don't pass --alignment anymore
- From: Jeffrey Stedfast <fejj src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [alleyoop] Don't pass --alignment anymore
- Date: Tue, 10 Nov 2009 00:20:29 +0000 (UTC)
commit 66edc092fe78c5908a1da4c70e774c7066d06929
Author: Jeffrey Stedfast <fejj gnome org>
Date: Mon Nov 9 19:19:18 2009 -0500
Don't pass --alignment anymore
2009-11-09 Jeffrey Stedfast <fejj novell com>
* src/vggeneralprefs.c (general_prefs_get_argv): Don't bother with
the --alignment argument anymore. Valgrind has long since been
fixed to use a reasonable default.
ChangeLog | 6 ++++++
src/vggeneralprefs.c | 2 +-
2 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 06ef1b1..6ff9c4d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2009-11-09 Jeffrey Stedfast <fejj novell com>
+
+ * src/vggeneralprefs.c (general_prefs_get_argv): Don't bother with
+ the --alignment argument anymore. Valgrind has long since been
+ fixed to use a reasonable default.
+
2009-04-24 Jeffrey Stedfast <fejj novell com>
Patch by Petr Uzel <petr uzel suse cz>
diff --git a/src/vggeneralprefs.c b/src/vggeneralprefs.c
index 8c72b1c..3624c01 100644
--- a/src/vggeneralprefs.c
+++ b/src/vggeneralprefs.c
@@ -334,7 +334,7 @@ general_prefs_get_argv (VgToolPrefs *prefs, const char *tool, GPtrArray *argv)
gconf = gconf_client_get_default ();
- g_ptr_array_add (argv, "--alignment=8");
+ /*g_ptr_array_add (argv, "--alignment=8");*/
for (i = 0; i < G_N_ELEMENTS (general_args); i++) {
const char *arg = general_args[i].arg;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]