diff options
author | Leandro Pereira <leandro@hardinfo.org> | 2019-07-12 08:28:36 -0700 |
---|---|---|
committer | Leandro Pereira <leandro@hardinfo.org> | 2019-07-12 08:31:18 -0700 |
commit | 512535ff97694c4cf0a824a2a2c357b0b90a1353 (patch) | |
tree | 80d5b52df7662e5c68d5ae1faeb04f4d6c997cef /shell | |
parent | 0ad42047da7b8a11a07e73a75f9f415362eec867 (diff) |
Show links for vendors
Diffstat (limited to 'shell')
-rw-r--r-- | shell/shell.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/shell.c b/shell/shell.c index 674280f7..cb26727b 100644 --- a/shell/shell.c +++ b/shell/shell.c @@ -1501,6 +1501,7 @@ static void module_selected_show_info_list(GKeyFile *key_file, gtk_tree_view_set_show_expanders(GTK_TREE_VIEW(shell->info_tree->view), ngroups > 1); } + static void module_selected_show_info_detail(GKeyFile *key_file, ShellModuleEntry *entry, gchar **groups) |