[vinagre] Update the window title when receiving the 'initialized' signal



commit 48570824bd19039396bed4a2356bd317699055ca
Author: Jonh Wendell <jwendell gnome org>
Date:   Tue Sep 29 13:26:21 2009 -0300

    Update the window title when receiving the 'initialized' signal

 vinagre/vinagre-notebook.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/vinagre/vinagre-notebook.c b/vinagre/vinagre-notebook.c
index 0d86698..d8f5f61 100644
--- a/vinagre/vinagre-notebook.c
+++ b/vinagre/vinagre-notebook.c
@@ -500,6 +500,7 @@ tab_initialized_cb (VinagreTab *tab, VinagreNotebook *nb)
 
   vinagre_notebook_update_ui_sentitivity (nb);
   vinagre_notebook_update_tab_tooltip (nb, tab);
+  vinagre_notebook_update_window_title (nb);
 
   if (vinagre_connection_get_fullscreen (conn) && (!vinagre_window_is_fullscreen (nb->priv->window)))
     vinagre_window_toggle_fullscreen (nb->priv->window);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]