blah, test things _before_ I commit.
2002-06-26 Jody Goldberg <jody@gnome.org> * file-types-capplet.c (main) : blah, test things _before_ I commit.
This commit is contained in:
parent
e15d737a93
commit
5651fb510e
2 changed files with 8 additions and 6 deletions
|
@ -1,3 +1,7 @@
|
|||
2002-06-26 Jody Goldberg <jody@gnome.org>
|
||||
|
||||
* file-types-capplet.c (main) : blah, test things _before_ I commit.
|
||||
|
||||
2002-06-25 Jody Goldberg <jody@gnome.org>
|
||||
|
||||
* mime-edit-dialog.c (mime_add_dialog_new) : add de
|
||||
|
|
|
@ -288,12 +288,10 @@ main (int argc, char **argv)
|
|||
|
||||
if (popt_ctxt) {
|
||||
const gchar **startup_files = poptGetArgs (popt_ctxt);
|
||||
mime_type = startup_files [0];
|
||||
if (mime_type != NULL) {
|
||||
puts (mime_type);
|
||||
file_name = startup_files [1];
|
||||
if (file_name)
|
||||
puts (file_name);
|
||||
if (startup_files != NULL) {
|
||||
mime_type = startup_files [0];
|
||||
if (mime_type != NULL)
|
||||
file_name = startup_files [1];
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue