Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTomeu Vizoso <tomeu@tomeuvizoso.net>2007-06-11 12:05:37 (GMT)
committer Tomeu Vizoso <tomeu@tomeuvizoso.net>2007-06-11 12:05:37 (GMT)
commitb6344b9e64a06ea452a42d0e77204f7f072cc9c0 (patch)
treeff3d22277c92f3e0722ac79dda13aca135d1d86a /src
parent8efdb9a715be33b27c6fab3cda2cd46dd9b04cf8 (diff)
Popup fixes and first (incomplete) try at modal windows.
Diffstat (limited to 'src')
-rw-r--r--src/hulahop-web-view.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/hulahop-web-view.cpp b/src/hulahop-web-view.cpp
index 93c9aff..dc34326 100644
--- a/src/hulahop-web-view.cpp
+++ b/src/hulahop-web-view.cpp
@@ -202,6 +202,11 @@ hulahop_web_view_dispose(GObject *object)
gtk_widget_destroy(web_view->offscreen_window);
web_view->offscreen_window = NULL;
}
+
+ if (web_view->base_window) {
+ web_view->base_window->Destroy();
+ web_view->base_window = NULL;
+ }
}
static void