epiphany r8930 - trunk/embed/webkit



Author: xan
Date: Sat Mar 21 16:14:57 2009
New Revision: 8930
URL: http://svn.gnome.org/viewvc/epiphany?rev=8930&view=rev

Log:
webkit-embed: 'foo ? foo : NULL' == 'foo'

Modified:
   trunk/embed/webkit/webkit-embed.c

Modified: trunk/embed/webkit/webkit-embed.c
==============================================================================
--- trunk/embed/webkit/webkit-embed.c	(original)
+++ trunk/embed/webkit/webkit-embed.c	Sat Mar 21 16:14:57 2009
@@ -476,7 +476,7 @@
     window = NULL;
 
   dialog = ephy_file_chooser_new (_("Save"),
-                                  window ? window : NULL,
+                                  window,
                                   GTK_FILE_CHOOSER_ACTION_SAVE,
                                   CONF_STATE_SAVE_DIR,
                                   EPHY_FILE_FILTER_ALL_SUPPORTED);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]