[nautilus] window: Use the correct return type
- From: Ross Lagerwall <rossl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus] window: Use the correct return type
- Date: Sun, 30 Mar 2014 06:39:25 +0000 (UTC)
commit 4004ddbd4665b93dc83fb6ac590e7f6ca38d8c38
Author: Ross Lagerwall <rosslagerwall gmail com>
Date: Sat Mar 29 17:48:40 2014 +0000
window: Use the correct return type
https://bugzilla.gnome.org/show_bug.cgi?id=727310
src/nautilus-window.c | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
---
diff --git a/src/nautilus-window.c b/src/nautilus-window.c
index 56658ad..12701de 100644
--- a/src/nautilus-window.c
+++ b/src/nautilus-window.c
@@ -249,7 +249,7 @@ location_entry_location_changed_callback (GtkWidget *widget,
nautilus_window_slot_open_location (window->details->active_slot, location, 0);
}
-static gboolean
+static void
notebook_switch_page_cb (GtkNotebook *notebook,
GtkWidget *page,
unsigned int page_num,
@@ -267,8 +267,6 @@ notebook_switch_page_cb (GtkNotebook *notebook,
nautilus_window_set_active_slot (nautilus_window_slot_get_window (slot),
slot);
-
- return FALSE;
}
static void
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]