[vinagre] Fix a mistake in libview previous patch
- From: Jonh Wendell <jwendell src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vinagre] Fix a mistake in libview previous patch
- Date: Sat, 26 Jun 2010 13:49:52 +0000 (UTC)
commit 220b2058a4844f1a8418a71947b4b7357eb2bf31
Author: Jonh Wendell <jwendell gnome org>
Date: Sat Jun 26 10:49:13 2010 -0300
Fix a mistake in libview previous patch
vinagre/view/ovBox.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/vinagre/view/ovBox.c b/vinagre/view/ovBox.c
index 6e67e59..d30b8ee 100644
--- a/vinagre/view/ovBox.c
+++ b/vinagre/view/ovBox.c
@@ -121,7 +121,7 @@ ViewOvBoxInit(GTypeInstance *instance, // IN
that->priv = VIEW_OV_BOX_GET_PRIVATE(that);
priv = that->priv;
- gtk_widget_set_has_window (GTK_WIDGET (that), FALSE);
+ gtk_widget_set_has_window (GTK_WIDGET (that), TRUE);
priv->underWin = NULL;
priv->under = NULL;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]