gnome-main-menu r529 - branches/gnome-2-20/libslab
- From: federico svn gnome org
- To: svn-commits-list gnome org
- Subject: gnome-main-menu r529 - branches/gnome-2-20/libslab
- Date: Wed, 19 Nov 2008 18:29:43 +0000 (UTC)
Author: federico
Date: Wed Nov 19 18:29:43 2008
New Revision: 529
URL: http://svn.gnome.org/viewvc/gnome-main-menu?rev=529&view=rev
Log:
Oops, fix incorrectly-applied patch
Signed-off-by: Federico Mena Quintero <federico novell com>
Modified:
branches/gnome-2-20/libslab/bookmark-agent.c
Modified: branches/gnome-2-20/libslab/bookmark-agent.c
==============================================================================
--- branches/gnome-2-20/libslab/bookmark-agent.c (original)
+++ branches/gnome-2-20/libslab/bookmark-agent.c Wed Nov 19 18:29:43 2008
@@ -1096,14 +1096,10 @@
if (! uri_new)
return;
- g_free (name);
-
if (libslab_strcmp (uri, uri_new))
g_bookmark_file_move_item (priv->store, uri, uri_new, NULL);
g_free (uri_new);
-
- g_free (uri_new);
}
static void
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]