2002-06-25  Jody Goldberg <jody@gnome.org>

	* mime-edit-dialog.c (mime_edit_dialog_get_app) : typo.
This commit is contained in:
Jody Goldberg 2002-06-25 15:06:44 +00:00 committed by Jody Goldberg
parent 9ea4a855e7
commit 0696d2330c
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2002-06-25 Jody Goldberg <jody@gnome.org>
* mime-edit-dialog.c (mime_edit_dialog_get_app) : typo.
2002-06-15 Jody Goldberg <jody@gnome.org>
http://bugzilla.gnome.org/show_bug.cgi?id=85397

View file

@ -634,7 +634,7 @@ mime_edit_dialog_get_app (GladeXML *glade, char const *mime_type,
/* I have no idea what semantics people want, but I'll be anal
* and avoid NULL
*/
if (cmd != NULL)
if (cmd == NULL)
cmd = g_strdup ("");
base_cmd = g_path_get_basename (cmd);
if (base_cmd == NULL);