[hotssh] win: Squash a compiler warning



commit fb111e4a34c14f61cf8bc2916f2ea01d9f9da623
Author: Colin Walters <walters verbum org>
Date:   Tue Nov 12 09:08:41 2013 -0500

    win: Squash a compiler warning

 src/hotssh-win.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/hotssh-win.c b/src/hotssh-win.c
index 6af6ead..09b6a9b 100644
--- a/src/hotssh-win.c
+++ b/src/hotssh-win.c
@@ -154,7 +154,7 @@ hotssh_win_append_tab (HotSshWindow   *self, gboolean new_channel)
   idx = gtk_notebook_append_page ((GtkNotebook*)priv->main_notebook,
                                   (GtkWidget*)tab,
                                   (GtkWidget*)label);
-  gtk_widget_show_all (tab);
+  gtk_widget_show_all ((GtkWidget*)tab);
   gtk_notebook_set_current_page ((GtkNotebook*)priv->main_notebook, idx);
   gtk_widget_grab_focus ((GtkWidget*)tab);
 }


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