formatting

This commit is contained in:
Sven Neumann 2009-09-03 20:54:06 +02:00
parent 9359c5d44f
commit 8405d69e86
1 changed files with 15 additions and 15 deletions

View File

@ -52,18 +52,18 @@
/* local function prototypes */ /* local function prototypes */
static void file_actions_last_opened_update (GimpContainer *container, static void file_actions_last_opened_update (GimpContainer *container,
GimpImagefile *unused, GimpImagefile *unused,
GimpActionGroup *group); GimpActionGroup *group);
static void file_actions_last_opened_reorder (GimpContainer *container, static void file_actions_last_opened_reorder (GimpContainer *container,
GimpImagefile *unused1, GimpImagefile *unused1,
gint unused2, gint unused2,
GimpActionGroup *group); GimpActionGroup *group);
static void file_actions_close_all_update (GimpContainer *images, static void file_actions_close_all_update (GimpContainer *images,
GimpObject *unused, GimpObject *unused,
GimpActionGroup *group); GimpActionGroup *group);
static gchar *file_actions_create_label (const gchar *format, static gchar * file_actions_create_label (const gchar *format,
const gchar *uri); const gchar *uri);
static const GimpActionEntry file_actions[] = static const GimpActionEntry file_actions[] =
@ -289,7 +289,7 @@ file_actions_update (GimpActionGroup *group,
if (export_to) if (export_to)
{ {
gchar *label = file_actions_create_label(_("Export to %s"), export_to); gchar *label = file_actions_create_label (_("Export to %s"), export_to);
gimp_action_group_set_action_label (group, "file-export-to", label); gimp_action_group_set_action_label (group, "file-export-to", label);
g_free (label); g_free (label);
} }
@ -411,8 +411,8 @@ file_actions_close_all_update (GimpContainer *images,
} }
static gchar * static gchar *
file_actions_create_label (const gchar *format, file_actions_create_label (const gchar *format,
const gchar *uri) const gchar *uri)
{ {
gchar *basename = file_utils_uri_display_basename (uri); gchar *basename = file_utils_uri_display_basename (uri);
gchar *escaped_basename = gimp_escape_uline (basename); gchar *escaped_basename = gimp_escape_uline (basename);