mirror of
https://gitlab.gnome.org/GNOME/nautilus
synced 2024-11-05 16:04:31 +00:00
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:
parent
c7b90ab485
commit
d075649b9e
2 changed files with 7 additions and 2 deletions
|
@ -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"
|
||||
|
|
|
@ -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 *
|
||||
|
|
Loading…
Reference in a new issue