diff --git a/ChangeLog b/ChangeLog index f64f51772f..7b6a8e57d9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-04-11 Sven Neumann + + * app/units.c + * app/core/gimp-contexts.c: converted tabs to spaces. + 2006-04-11 Michael Natterer * app/file/file-utils.[ch] diff --git a/app/core/gimp-contexts.c b/app/core/gimp-contexts.c index 7db6fbabb3..060e815c2f 100644 --- a/app/core/gimp-contexts.c +++ b/app/core/gimp-contexts.c @@ -88,7 +88,7 @@ gimp_contexts_load (Gimp *gimp) g_print ("Parsing '%s'\n", gimp_filename_to_utf8 (filename)); if (! gimp_config_deserialize_file (GIMP_CONFIG (gimp_get_user_context (gimp)), - filename, + filename, NULL, &error)) { if (error->code != GIMP_CONFIG_ERROR_OPEN_ENOENT) @@ -113,10 +113,10 @@ gimp_contexts_save (Gimp *gimp) g_print ("Writing '%s'\n", gimp_filename_to_utf8 (filename)); if (! gimp_config_serialize_to_file (GIMP_CONFIG (gimp_get_user_context (gimp)), - filename, - "GIMP user context", + filename, + "GIMP user context", "end of user context", - NULL, &error)) + NULL, &error)) { g_message (error->message); g_error_free (error); diff --git a/app/units.c b/app/units.c index 44367615b2..eda471bbb9 100644 --- a/app/units.c +++ b/app/units.c @@ -48,21 +48,21 @@ units_get_number_of_built_in_units (void) static GimpUnit units_unit_new (gchar *identifier, - gdouble factor, - gint digits, - gchar *symbol, - gchar *abbreviation, - gchar *singular, - gchar *plural) + gdouble factor, + gint digits, + gchar *symbol, + gchar *abbreviation, + gchar *singular, + gchar *plural) { return _gimp_unit_new (the_unit_gimp, - identifier, - factor, - digits, - symbol, - abbreviation, - singular, - plural); + identifier, + factor, + digits, + symbol, + abbreviation, + singular, + plural); } static gboolean