13 lines
483 B
Text
13 lines
483 B
Text
$NetBSD: patch-ae,v 1.1 2006/05/08 21:31:28 joerg Exp $
|
|
|
|
--- src/bookmark.c.orig 2006-05-08 20:58:08.000000000 +0000
|
|
+++ src/bookmark.c
|
|
@@ -446,7 +446,7 @@ gboolean gtranslator_bookmark_remove(Gtr
|
|
GList *removeme=zuper;
|
|
|
|
GTR_ITER(zuper);
|
|
- g_list_remove_link(gtranslator_bookmarks, removeme);
|
|
+ gtranslator_bookmarks = g_list_remove_link(gtranslator_bookmarks, removeme);
|
|
|
|
gtranslator_bookmark_free(GTR_BOOKMARK(removeme->data));
|
|
g_list_free_1(removeme);
|