forked from AuroraMiddleware/gtk
Remove a NULL-GError that is no longer useful
Signed-off-by: Federico Mena Quintero <federico@gnome.org>
This commit is contained in:
parent
63b9598b51
commit
0ae26b94f2
@ -2176,7 +2176,7 @@ remove_selected_bookmarks (GtkPlacesSidebar *sidebar)
|
|||||||
-1);
|
-1);
|
||||||
|
|
||||||
file = g_file_new_for_uri (uri);
|
file = g_file_new_for_uri (uri);
|
||||||
_gtk_bookmarks_manager_remove_bookmark (sidebar->bookmarks_manager, file, NULL); /* NULL-GError */
|
_gtk_bookmarks_manager_remove_bookmark (sidebar->bookmarks_manager, file, NULL);
|
||||||
|
|
||||||
g_object_unref (file);
|
g_object_unref (file);
|
||||||
g_free (uri);
|
g_free (uri);
|
||||||
|
Loading…
Reference in New Issue
Block a user