[vinagre] Emit the 'tooltip' signal on size-change
- From: Jonh Wendell <jwendell src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [vinagre] Emit the 'tooltip' signal on size-change
- Date: Sat, 1 Aug 2009 13:37:01 +0000 (UTC)
commit 9e8b730fda79dd1c6cf121afe4f1fe7dc32e188b
Author: Jonh Wendell <jwendell gnome org>
Date: Sat Aug 1 10:34:22 2009 -0300
Emit the 'tooltip' signal on size-change
plugins/vnc/vinagre-vnc-tab.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/plugins/vnc/vinagre-vnc-tab.c b/plugins/vnc/vinagre-vnc-tab.c
index 1edda01..a00cbe5 100644
--- a/plugins/vnc/vinagre-vnc-tab.c
+++ b/plugins/vnc/vinagre-vnc-tab.c
@@ -617,6 +617,7 @@ vnc_desktop_resize_cb (VncDisplay *vnc, int x, int y, VinagreVncTab *tab)
{
g_object_notify (G_OBJECT (tab), "original-width");
g_object_notify (G_OBJECT (tab), "original-height");
+ g_object_notify (G_OBJECT (tab), "tooltip");
}
static GSList *
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]