Update a comment
This commit is contained in:
parent
4fc1383c00
commit
f8e71de202
|
@ -838,7 +838,7 @@ static int _open_directory(MimeHandler * handler, String const * filename)
|
||||||
{
|
{
|
||||||
int ret = 0;
|
int ret = 0;
|
||||||
String const * directory;
|
String const * directory;
|
||||||
/* XXX open with the default file manager instead */
|
/* FIXME open with inode/directory handlers instead */
|
||||||
char * argv[] = { BINDIR "/" PROGNAME_BROWSER, "--", NULL, NULL };
|
char * argv[] = { BINDIR "/" PROGNAME_BROWSER, "--", NULL, NULL };
|
||||||
const unsigned int flags = 0;
|
const unsigned int flags = 0;
|
||||||
GError * error = NULL;
|
GError * error = NULL;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user