epiphany r8801 - trunk/src
- From: xan svn gnome org
- To: svn-commits-list gnome org
- Subject: epiphany r8801 - trunk/src
- Date: Sun, 22 Feb 2009 16:08:52 +0000 (UTC)
Author: xan
Date: Sun Feb 22 16:08:52 2009
New Revision: 8801
URL: http://svn.gnome.org/viewvc/epiphany?rev=8801&view=rev
Log:
ephy-window: do not make code conditional on Gecko version.
Modified:
trunk/src/ephy-window.c
Modified: trunk/src/ephy-window.c
==============================================================================
--- trunk/src/ephy-window.c (original)
+++ trunk/src/ephy-window.c Sun Feb 22 16:08:52 2009
@@ -1752,14 +1752,10 @@
case EPHY_EMBED_STATE_IS_BROKEN:
state = _("Broken");
stock_id = STOCK_LOCK_BROKEN;
- show_lock = TRUE;
-
-#ifndef HAVE_GECKO_1_8_1
- /* In Gecko 1.8.1/1.9, we get a useful tooltip here */
- g_free (description);
- description = NULL;
-#endif
- break;
+ show_lock = TRUE;
+ g_free (description);
+ description = NULL;
+ break;
case EPHY_EMBED_STATE_IS_SECURE_LOW:
case EPHY_EMBED_STATE_IS_SECURE_MED:
state = _("Low");
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]