fix path to help.
2002-05-08 Jody Goldberg <jody@gnome.org> * file-types-capplet.c (cb_file_type_dialog_response) : fix path to help. http://bugzilla.gnome.org/show_bug.cgi?id=81030 * service-info.c (fill_service_apps) : we don't own the app, don't free it.
This commit is contained in:
parent
b17c58bad1
commit
7caf4ce36b
3 changed files with 10 additions and 2 deletions
|
@ -1,3 +1,12 @@
|
|||
2002-05-08 Jody Goldberg <jody@gnome.org>
|
||||
|
||||
* file-types-capplet.c (cb_file_type_dialog_response) : fix path to
|
||||
help.
|
||||
|
||||
http://bugzilla.gnome.org/show_bug.cgi?id=81030
|
||||
* service-info.c (fill_service_apps) : we don't own the app, don't
|
||||
free it.
|
||||
|
||||
2002-04-30 Jody Goldberg <jody@gnome.org>
|
||||
|
||||
http://bugzilla.gnome.org/show_bug.cgi?id=80327
|
||||
|
|
|
@ -184,7 +184,7 @@ cb_file_type_dialog_response (GtkDialog *dialog, gint response_id)
|
|||
|
||||
/* TODO : get this written */
|
||||
gnome_help_display_desktop (NULL,
|
||||
"config-file-type",
|
||||
"control-center-manual",
|
||||
"config-file-type.xml",
|
||||
"CONFIGURATION", &error);
|
||||
if (error) {
|
||||
|
|
|
@ -319,7 +319,6 @@ fill_service_apps (void)
|
|||
g_strfreev (uri_schemes);
|
||||
}
|
||||
|
||||
g_list_foreach (app_list, (GFunc) g_free, NULL);
|
||||
g_list_free (app_list);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue