diff options
author | Anders Broman <anders.broman@ericsson.com> | 2012-12-26 12:31:50 +0000 |
---|---|---|
committer | Anders Broman <anders.broman@ericsson.com> | 2012-12-26 12:31:50 +0000 |
commit | 369fe110c2603660704b78db688b2fae7f3dc692 (patch) | |
tree | b1679ef34bb6c04f7e0695e1aa7a4bbc235252d1 /ui | |
parent | fe7a2570db5e5a0de9045eb06909f08004e2ac07 (diff) | |
download | wireshark-369fe110c2603660704b78db688b2fae7f3dc692.tar.gz wireshark-369fe110c2603660704b78db688b2fae7f3dc692.tar.bz2 wireshark-369fe110c2603660704b78db688b2fae7f3dc692.zip |
if 0 out debug code
svn path=/trunk/; revision=46783
Diffstat (limited to 'ui')
-rw-r--r-- | ui/gtk/about_dlg.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/gtk/about_dlg.c b/ui/gtk/about_dlg.c index 8e67b8da6f..edc210f290 100644 --- a/ui/gtk/about_dlg.c +++ b/ui/gtk/about_dlg.c @@ -429,12 +429,12 @@ about_folders_page_new(void) about_folders_row(table, "Global configuration", constpath, "\"dfilters\", \"preferences\", \"manuf\", ..."); } - +#if 0 dirs = g_get_system_data_dirs (); for (i = 0; dirs[i]; i++){ g_warning("glibs data path %u %s",i+1,dirs[i]); } - +#endif /* system */ constpath = get_systemfile_dir(); about_folders_row(table, "System", constpath, |