aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/color_edit_dlg.h
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2013-03-01 16:31:42 +0000
committerBill Meier <wmeier@newsguy.com>2013-03-01 16:31:42 +0000
commit93be111c385babb685a4ecba96c1fb838d5b7dee (patch)
tree4a182fbede0fb8cb37dcb024c117f243580317f4 /ui/gtk/color_edit_dlg.h
parentce6f1d2f9c51e3be294fd4dfbd0e367afae15e55 (diff)
Fix [-W shadow] issue in SVN #47958 in a slightly different manner than the fix SVN #47960.
svn path=/trunk/; revision=47976
Diffstat (limited to 'ui/gtk/color_edit_dlg.h')
-rw-r--r--ui/gtk/color_edit_dlg.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/gtk/color_edit_dlg.h b/ui/gtk/color_edit_dlg.h
index be5629eb76..ff1da6f03b 100644
--- a/ui/gtk/color_edit_dlg.h
+++ b/ui/gtk/color_edit_dlg.h
@@ -36,8 +36,8 @@ typedef struct _color_edit_dlg_info_t color_edit_dlg_info_t;
/* new color filter edit dialog */
extern void
-color_edit_dlg(GtkWidget *color_filters,
- gboolean is_new_filter);
+color_edit_dlg_new(GtkWidget *color_filters,
+ gboolean is_new_filter);
#if 1 /* doesn't really belong here */
/* edit dialog wants to destroy itself */