[gimp] app: tab cleaning.
- From: Jehan Pagès <jehanp src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] app: tab cleaning.
- Date: Wed, 23 Nov 2016 07:03:39 +0000 (UTC)
commit a68edf51c6a738b7d701ac3bd8bd4f9fef2e1645
Author: Jehan <jehan girinstud io>
Date: Wed Nov 23 06:02:07 2016 +0100
app: tab cleaning.
app/widgets/gimpactiongroup.c | 6 +++---
app/widgets/gimpactiongroup.h | 10 +++++-----
2 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/app/widgets/gimpactiongroup.c b/app/widgets/gimpactiongroup.c
index 79861b6..b79f9bc 100644
--- a/app/widgets/gimpactiongroup.c
+++ b/app/widgets/gimpactiongroup.c
@@ -259,13 +259,13 @@ gimp_action_group_get_property (GObject *object,
static gboolean
gimp_action_group_check_unique_action (GimpActionGroup *group,
- const gchar *action_name)
+ const gchar *action_name)
{
if (G_UNLIKELY (gtk_action_group_get_action (GTK_ACTION_GROUP (group),
action_name)))
{
g_warning ("Refusing to add non-unique action '%s' to action group '%s'",
- action_name,
+ action_name,
gtk_action_group_get_name (GTK_ACTION_GROUP (group)));
return FALSE;
}
@@ -345,7 +345,7 @@ gimp_action_group_update (GimpActionGroup *group,
void
gimp_action_group_add_actions (GimpActionGroup *group,
- const gchar *msg_context,
+ const gchar *msg_context,
const GimpActionEntry *entries,
guint n_entries)
{
diff --git a/app/widgets/gimpactiongroup.h b/app/widgets/gimpactiongroup.h
index 1455cfa..2392826 100644
--- a/app/widgets/gimpactiongroup.h
+++ b/app/widgets/gimpactiongroup.h
@@ -146,27 +146,27 @@ void gimp_action_group_update (GimpActionGroup *group,
gpointer update_data);
void gimp_action_group_add_actions (GimpActionGroup *group,
- const gchar *msg_context,
+ const gchar *msg_context,
const GimpActionEntry *entries,
guint n_entries);
void gimp_action_group_add_toggle_actions (GimpActionGroup *group,
- const gchar *msg_context,
+ const gchar *msg_context,
const GimpToggleActionEntry *entries,
guint n_entries);
GSList *gimp_action_group_add_radio_actions (GimpActionGroup *group,
- const gchar *msg_context,
+ const gchar *msg_context,
const GimpRadioActionEntry *entries,
guint n_entries,
GSList *radio_group,
gint value,
GCallback callback);
void gimp_action_group_add_enum_actions (GimpActionGroup *group,
- const gchar *msg_context,
+ const gchar *msg_context,
const GimpEnumActionEntry *entries,
guint n_entries,
GCallback callback);
void gimp_action_group_add_string_actions (GimpActionGroup *group,
- const gchar *msg_context,
+ const gchar *msg_context,
const GimpStringActionEntry *entries,
guint n_entries,
GCallback callback);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]