mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-30 15:31:34 +00:00
Fix dumb typo in the previous commit.
2008-06-17 Emmanuele Bassi <ebassi@gnome.org> * gtk/gtkrecentmanager.c: (gtk_recent_manager_remove_item): Fix dumb typo in the previous commit. svn path=/trunk/; revision=20425
This commit is contained in:
parent
8bab0d7d03
commit
21284ce95f
@ -1,3 +1,9 @@
|
||||
2008-06-17 Emmanuele Bassi <ebassi@gnome.org>
|
||||
|
||||
* gtk/gtkrecentmanager.c:
|
||||
(gtk_recent_manager_remove_item): Fix dumb typo in the previous
|
||||
commit.
|
||||
|
||||
2008-06-17 Emmanuele Bassi <ebassi@gnome.org>
|
||||
|
||||
* gtk/gtkrecentmanager.c:
|
||||
|
@ -1018,7 +1018,7 @@ gtk_recent_manager_remove_item (GtkRecentManager *manager,
|
||||
g_bookmark_file_remove_item (priv->recent_items, uri, &remove_error);
|
||||
if (remove_error)
|
||||
{
|
||||
g_error_free (error);
|
||||
g_error_free (remove_error);
|
||||
|
||||
g_set_error (error, GTK_RECENT_MANAGER_ERROR,
|
||||
GTK_RECENT_MANAGER_ERROR_NOT_FOUND,
|
||||
|
Loading…
Reference in New Issue
Block a user