epiphany r8030 - in trunk: doc/reference/tmpl lib
- From: wbolster svn gnome org
- To: svn-commits-list gnome org
- Subject: epiphany r8030 - in trunk: doc/reference/tmpl lib
- Date: Tue, 4 Mar 2008 20:21:38 +0000 (GMT)
Author: wbolster
Date: Tue Mar 4 20:21:38 2008
New Revision: 8030
URL: http://svn.gnome.org/viewvc/epiphany?rev=8030&view=rev
Log:
Fix build with latest glib.
Modified:
trunk/doc/reference/tmpl/EphySingle.sgml
trunk/lib/ephy-file-helpers.c
Modified: trunk/doc/reference/tmpl/EphySingle.sgml
==============================================================================
--- trunk/doc/reference/tmpl/EphySingle.sgml (original)
+++ trunk/doc/reference/tmpl/EphySingle.sgml Tue Mar 4 20:21:38 2008
@@ -22,7 +22,7 @@
</para>
- aOwningWidget:
+ aHistory:
@Returns:
Modified: trunk/lib/ephy-file-helpers.c
==============================================================================
--- trunk/lib/ephy-file-helpers.c (original)
+++ trunk/lib/ephy-file-helpers.c Tue Mar 4 20:21:38 2008
@@ -713,7 +713,7 @@
desktop = g_file_new_for_path (desktop_dir);
/* Don't do anything if destination is the desktop */
- if (g_file_contains_file (desktop, file))
+ if (g_file_has_prefix (file, desktop))
{
ret = FALSE;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]