forked from AuroraMiddleware/gtk
Sync from Nautilus: bookmark: remove unused GIcon argument to nautilus_bookmark_new()
We always pass NULL these days. This is from nautilus commit 7aad4a33814e6e7fae5e762882db43452a575a83
This commit is contained in:
parent
03119a2b5d
commit
dc40569628
@ -1996,7 +1996,7 @@ add_bookmark (GtkPlacesSidebar *sidebar)
|
||||
}
|
||||
|
||||
location = g_file_new_for_uri (uri);
|
||||
bookmark = nautilus_bookmark_new (location, name, NULL);
|
||||
bookmark = nautilus_bookmark_new (location, name);
|
||||
|
||||
if (!nautilus_bookmark_list_contains (sidebar->bookmarks, bookmark)) {
|
||||
nautilus_bookmark_list_append (sidebar->bookmarks, bookmark);
|
||||
|
Loading…
Reference in New Issue
Block a user