| author | "Luc Saillard <luc@saillard.org>" |
| Wed Jun 10 18:27:30 2009 +0200 (9 months ago) | |
| changeset 104 | 4d62512829f3 |
| parent 103 | 0cf346ebbaa6 |
| child 105 | de4e60fc945e |
--- a/src/9panel.c Wed Jun 10 17:55:17 2009 +0200+++ b/src/9panel.c Wed Jun 10 18:27:30 2009 +0200@@ -308,7 +308,10 @@ panel_load_groups(void){app = panel_load_desktop_file_type_application(temp);if (app)- apps_list = g_list_append(apps_list, app);+ {+ app->dot_desktop_filename = g_strdup(dir_entry->d_name);+ apps_list = g_list_append(apps_list, app);+ }}dir_entry = readdir(dir);