[epiphany-extensions] ephy-soup-fly-extension: fix compiler warning.
- From: Xan Lopez <xan src gnome org>
- To: svn-commits-list gnome org
- Subject: [epiphany-extensions] ephy-soup-fly-extension: fix compiler warning.
- Date: Thu, 2 Jul 2009 06:27:49 +0000 (UTC)
commit fa4b26e7be8f79a305933467458b345acc4f36fc
Author: Xan Lopez <xan gnome org>
Date: Thu Jul 2 09:27:10 2009 +0300
ephy-soup-fly-extension: fix compiler warning.
extensions/soup-fly/ephy-soup-fly-extension.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/extensions/soup-fly/ephy-soup-fly-extension.c b/extensions/soup-fly/ephy-soup-fly-extension.c
index 0fd3daf..125824d 100644
--- a/extensions/soup-fly/ephy-soup-fly-extension.c
+++ b/extensions/soup-fly/ephy-soup-fly-extension.c
@@ -137,7 +137,7 @@ ephy_soup_fly_extension_finalize (GObject *object)
LOG ("EphySoupFlyExtension finalizing");
- gtk_widget_destroy (extension->priv->fly);
+ gtk_widget_destroy (GTK_WIDGET (extension->priv->fly));
G_OBJECT_CLASS (parent_class)->finalize (object);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]