some code style fixes
This commit is contained in:
@@ -190,7 +190,6 @@ void FilePanel::init ()
|
||||
dirBrowser->fillDirTree ();
|
||||
placesBrowser->refreshPlacesList ();
|
||||
|
||||
//if (argv1 != "" && Glib::file_test (argv1, Glib::FILE_TEST_IS_DIR)) {
|
||||
if (!argv1.empty() && Glib::file_test (argv1, Glib::FILE_TEST_EXISTS)) {
|
||||
Glib::ustring d(argv1);
|
||||
if (!Glib::file_test(d, Glib::FILE_TEST_IS_DIR)) {
|
||||
|
Reference in New Issue
Block a user