[gimp] Rename function (about_dialog_add_unstable_message)
- From: Mukund Sivaraman <muks src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] Rename function (about_dialog_add_unstable_message)
- Date: Sun, 19 Feb 2012 11:13:54 +0000 (UTC)
commit 9bf7d9d08a6fb172122516c0c4b7bfe0d2301b71
Author: malay.keshav <malay keshav gmail com>
Date: Sun Feb 19 16:29:51 2012 +0530
Rename function (about_dialog_add_unstable_message)
app/dialogs/about-dialog.c | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/app/dialogs/about-dialog.c b/app/dialogs/about-dialog.c
index a34d062..276f49e 100644
--- a/app/dialogs/about-dialog.c
+++ b/app/dialogs/about-dialog.c
@@ -81,7 +81,8 @@ static gboolean about_dialog_anim_expose (GtkWidget *widget,
static void about_dialog_reshuffle (GimpAboutDialog *dialog);
static gboolean about_dialog_timer (gpointer data);
-static void about_dialog_add_message (GtkWidget *vbox);
+static void about_dialog_add_unstable_message
+ (GtkWidget *vbox);
GtkWidget *
@@ -153,7 +154,7 @@ about_dialog_create (GimpContext *context)
if (GTK_IS_BOX (children->data))
{
about_dialog_add_animation (children->data, &dialog);
- about_dialog_add_message (children->data);
+ about_dialog_add_unstable_message (children->data);
}
else
g_warning ("%s: ooops, no box in this container?", G_STRLOC);
@@ -582,7 +583,7 @@ about_dialog_timer (gpointer data)
}
static void
-about_dialog_add_message (GtkWidget *vbox)
+about_dialog_add_unstable_message (GtkWidget *vbox)
{
#ifdef GIMP_UNSTABLE
GtkWidget *label;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]