[nautilus/places-sidebar] Remove usage of gtk_places_sidebar_set_accept_uri_drops() as it no longer exists
- From: Federico Mena Quintero <federico src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus/places-sidebar] Remove usage of gtk_places_sidebar_set_accept_uri_drops() as it no longer exists
- Date: Tue, 5 Feb 2013 17:36:58 +0000 (UTC)
commit 6639f21c4ff5ebdb140f9ae93a7614bd45594cd3
Author: Federico Mena Quintero <federico gnome org>
Date: Fri Feb 1 17:17:27 2013 +0100
Remove usage of gtk_places_sidebar_set_accept_uri_drops() as it no longer exists
Signed-off-by: Federico Mena Quintero <federico gnome org>
src/nautilus-window.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/nautilus-window.c b/src/nautilus-window.c
index 8fdae00..a1c5909 100644
--- a/src/nautilus-window.c
+++ b/src/nautilus-window.c
@@ -788,7 +788,6 @@ nautilus_window_set_up_sidebar (NautilusWindow *window)
(GTK_PLACES_OPEN_NORMAL
| GTK_PLACES_OPEN_NEW_TAB
| GTK_PLACES_OPEN_NEW_WINDOW));
- gtk_places_sidebar_set_accept_uri_drops (GTK_PLACES_SIDEBAR (window->details->places_sidebar), TRUE);
g_signal_connect (window->details->places_sidebar, "open-location",
G_CALLBACK (places_sidebar_open_location_cb), window);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]