Fix build breakage from misapplied patch in last commit.

Tue Apr 23 16:18:05 2002  Owen Taylor  <otaylor@redhat.com>

        * src/nautilus-preferences-dialog.c (dialog_button_response_callback):
        Fix build breakage from misapplied patch in last commit.
This commit is contained in:
Owen Taylor 2002-04-23 20:20:23 +00:00 committed by Owen Taylor
parent c7b90ab485
commit d075649b9e
2 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,8 @@
Tue Apr 23 16:18:05 2002 Owen Taylor <otaylor@redhat.com>
* src/nautilus-preferences-dialog.c (dialog_button_response_callback):
Fix build breakage from misapplied patch in last commit.
2002-04-23 Ganesan Sethuraman <ganesan.sethuraman@wipro.com>
* src/nautilus-preferences-dialog.c : Handled the "delete_event"

View file

@ -397,12 +397,13 @@ static EelPreferencesPaneDescription panes[] = {
{ NULL }
};
static gint
static gboolean
dialog_delete_event_callback (GtkWidget *widget,
GdkEventAny *event,
gpointer user_data)
{
gtk_widget_hide (widget);
return TRUE;
}
static void
@ -411,7 +412,6 @@ dialog_button_response_callback (GtkDialog *dialog,
gpointer callback_data)
{
gtk_widget_hide (GTK_WIDGET (dialog));
return TRUE;
}
static GtkWidget *