aboutsummaryrefslogtreecommitdiff
path: root/hardinfo.c
diff options
context:
space:
mode:
authorAgney Lopes Roth Ferraz <agney@debian.org>2009-09-24 15:13:54 -0300
committerSimon Quigley <tsimonq2@ubuntu.com>2017-06-19 14:38:49 -0500
commit0bd39c5982a7776caae412f93f9dd2abf0b3eaea (patch)
tree0fdf3718ea01d3aa834e850c983c65edce14a583 /hardinfo.c
parent1b6665085f47e0a86e4bebd5e313a2ab63600eb4 (diff)
parent7c47b5b9584f5011aeba18d7e1b26b3d3124825f (diff)
Import Debian changes 0.5.1-1
hardinfo (0.5.1-1) unstable; urgency=low * New upstream version. (Closes: #530290, #517591)
Diffstat (limited to 'hardinfo.c')
-rw-r--r--hardinfo.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/hardinfo.c b/hardinfo.c
index 34caca04..651a39e0 100644
--- a/hardinfo.c
+++ b/hardinfo.c
@@ -23,6 +23,7 @@
#include <hardinfo.h>
#include <iconcache.h>
#include <stock.h>
+#include <vendor.h>
#include <binreloc.h>
@@ -45,7 +46,7 @@ int main(int argc, char **argv)
if (params.show_version) {
g_print("HardInfo version " VERSION "\n");
g_print
- ("Copyright (C) 2003-2008 Leandro A. F. Pereira. See COPYING for details.\n\n");
+ ("Copyright (C) 2003-2009 Leandro A. F. Pereira. See COPYING for details.\n\n");
g_print("Compile-time options:\n"
" Release version: %s (%s)\n"
@@ -110,6 +111,9 @@ int main(int argc, char **argv)
modules = modules_load_all();
}
+ /* initialize vendor database */
+ vendor_init();
+
if (params.gui_running) {
/* initialize gui and start gtk+ main loop */
icon_cache_init();