]> cloud.milkyroute.net Git - dolphin.git/commit
Simplify startup split view handling
authorEmmanuel Pescosta <emmanuelpescosta099@gmail.com>
Mon, 27 Apr 2015 10:55:53 +0000 (12:55 +0200)
committerEmmanuel Pescosta <emmanuelpescosta099@gmail.com>
Mon, 27 Apr 2015 10:55:53 +0000 (12:55 +0200)
commit5acfb27760f3da1d4f794e820008f8a4c8ff7533
tree8e35c3dd495c0c7d999fadbf9e25b66433572111
parent06776451a72c395fca4b40196a6617366167ad66
Simplify startup split view handling
* Instead of setting and resetting GeneralSettings's split view option, just pass it on to openFiles/openDirectories.
* Require at least one url in openFiles/openDirectories

REVIEW: 123395
src/dolphinmainwindow.cpp
src/dolphinmainwindow.h
src/dolphintabwidget.cpp
src/dolphintabwidget.h
src/main.cpp