mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-04 17:50:18 +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>
|
2008-06-17 Emmanuele Bassi <ebassi@gnome.org>
|
||||||
|
|
||||||
* gtk/gtkrecentmanager.c:
|
* 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);
|
g_bookmark_file_remove_item (priv->recent_items, uri, &remove_error);
|
||||||
if (remove_error)
|
if (remove_error)
|
||||||
{
|
{
|
||||||
g_error_free (error);
|
g_error_free (remove_error);
|
||||||
|
|
||||||
g_set_error (error, GTK_RECENT_MANAGER_ERROR,
|
g_set_error (error, GTK_RECENT_MANAGER_ERROR,
|
||||||
GTK_RECENT_MANAGER_ERROR_NOT_FOUND,
|
GTK_RECENT_MANAGER_ERROR_NOT_FOUND,
|
||||||
|
Loading…
Reference in New Issue
Block a user