From 97084a46bd22f65cb4e7f8038297b5a1a1c7515c Mon Sep 17 00:00:00 2001 From: "Leandro A. F. Pereira" Date: Sat, 30 May 2009 11:33:34 -0300 Subject: Add a label to the status bar to show if HardInfo is in remote or local mode --- hardinfo2/shell.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'hardinfo2/shell.h') diff --git a/hardinfo2/shell.h b/hardinfo2/shell.h index 17a62a17..a959c23c 100644 --- a/hardinfo2/shell.h +++ b/hardinfo2/shell.h @@ -74,6 +74,7 @@ typedef enum { struct _Shell { GtkWidget *window, *vbox; GtkWidget *status, *progress; + GtkWidget *remote_label; GtkWidget *notebook; GtkWidget *hpaned, *vpaned; @@ -198,6 +199,8 @@ void shell_add_modules_to_gui(gpointer _shell_module, gpointer _shell_tree); void shell_save_hosts_file(void); void shell_update_remote_menu(void); +void shell_set_remote_label(Shell *shell, gchar *label); + #endif /* __SHELL_H__ */ -- cgit v1.2.3