Author: xan Date: Sun Feb 17 18:35:45 2008 New Revision: 7961 URL: http://svn.gnome.org/viewvc/epiphany?rev=7961&view=rev
Log: Add our own reference to the webkit history item. Modified: trunk/embed/webkit/webkit-history-item.c Modified: trunk/embed/webkit/webkit-history-item.c ============================================================================== --- trunk/embed/webkit/webkit-history-item.c (original) +++ trunk/embed/webkit/webkit-history-item.c Sun Feb 17 18:35:45 2008 @@ -32,7 +32,7 @@ if (!history_item) return NULL; item = g_object_new (WEBKIT_TYPE_HISTORY_ITEM, NULL); - item->data = history_item; + item->data = g_object_ref (history_item); return EPHY_HISTORY_ITEM (item); } _______________________________________________ SVN-commits-list mailing list (read only) http://mail.gnome.org/mailman/listinfo/svn-commits-list Want to limit the commits to a few modules? Go to above URL, log in to edit your options and select the modules ('topics') you want. Module maintainer? It is possible to set the reply-to to your development mailing list. Email [EMAIL PROTECTED] if interested.