Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2008-07-24 10:09:58 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2008-07-24 10:09:58 (GMT)
commitcd9de890aff3756e7109218bff0071a2d6f11b13 (patch)
tree8c90122c697e58a7169a6fb153fd47f3d9fa1e3b
parent2cb1ae0ff2cb0fc7fcad6c936ce1e7cc3a08564f (diff)
parent5b7460f96c8bc7954fbfbfb6734de0c0c82048d6 (diff)
Merge branch 'master' of git+ssh://dev.laptop.org/git/projects/hulahop
-rw-r--r--src/hulahop-web-view.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/hulahop-web-view.cpp b/src/hulahop-web-view.cpp
index 00705b9..eee333d 100644
--- a/src/hulahop-web-view.cpp
+++ b/src/hulahop-web-view.cpp
@@ -186,6 +186,8 @@ hulahop_web_view_size_allocate(GtkWidget *widget, GtkAllocation *allocation)
{
HulahopWebView *web_view = HULAHOP_WEB_VIEW(widget);
+ widget->allocation = *allocation;
+
if (GTK_WIDGET_REALIZED(widget)) {
gdk_window_move_resize(widget->window,
allocation->x, allocation->y,