[monkey-bubble: 662/753] Fix bad prototype
- From: Sven Herzberg <herzi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [monkey-bubble: 662/753] Fix bad prototype
- Date: Wed, 14 Jul 2010 22:51:20 +0000 (UTC)
commit 9a99460237d1615513dca231db16cb17d82683db
Author: George Lebl <jirka 5z com>
Date: Sat Aug 25 20:28:56 2001 +0000
Fix bad prototype
Sat Aug 25 20:18:13 2001 George Lebl <jirka 5z com>
* gnome-druid-page-standard.c: Fix bad prototype
libgnomeui/ChangeLog | 4 ++++
libgnomeui/gnome-druid-page-standard.c | 6 ++----
2 files changed, 6 insertions(+), 4 deletions(-)
---
diff --git a/libgnomeui/ChangeLog b/libgnomeui/ChangeLog
index 09f6964..84b8c88 100644
--- a/libgnomeui/ChangeLog
+++ b/libgnomeui/ChangeLog
@@ -1,3 +1,7 @@
+Sat Aug 25 20:18:13 2001 George Lebl <jirka 5z com>
+
+ * gnome-druid-page-standard.c: Fix bad prototype
+
Sat Aug 25 00:33:51 2001 Jonathan Blandford <jrb redhat com>
* gnome-druid-page-standard.c
diff --git a/libgnomeui/gnome-druid-page-standard.c b/libgnomeui/gnome-druid-page-standard.c
index b930521..cfbcfb3 100644
--- a/libgnomeui/gnome-druid-page-standard.c
+++ b/libgnomeui/gnome-druid-page-standard.c
@@ -74,8 +74,7 @@ static void gnome_druid_page_standard_realize (GtkWidget
static void gnome_druid_page_standard_style_set (GtkWidget *widget,
GtkStyle *old_style);
static void gnome_druid_page_standard_prepare (GnomeDruidPage *page,
- GtkWidget *druid,
- gpointer *data);
+ GtkWidget *druid);
static void gnome_druid_page_standard_size_allocate (GtkWidget *widget,
GtkAllocation *allocation);
static void gnome_druid_page_standard_layout_setup (GnomeDruidPageStandard *druid_page_standard);
@@ -522,8 +521,7 @@ gnome_druid_page_standard_style_set (GtkWidget *widget,
static void
gnome_druid_page_standard_prepare (GnomeDruidPage *page,
- GtkWidget *druid,
- gpointer *data)
+ GtkWidget *druid)
{
gnome_druid_set_buttons_sensitive (GNOME_DRUID (druid), TRUE, TRUE, TRUE, TRUE);
gnome_druid_set_show_finish (GNOME_DRUID (druid), FALSE);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]