Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 261367 | Differences between
and this patch

Collapse All | Expand All

(-)gwenview/app/main.cpp (-1 / +2 lines)
Lines 56-61 Link Here
56
	options.add("+[file or folder]", ki18n("A starting file or folder"));
56
	options.add("+[file or folder]", ki18n("A starting file or folder"));
57
	KCmdLineArgs::addCmdLineOptions( options );
57
	KCmdLineArgs::addCmdLineOptions( options );
58
58
59
	KApplication app;
60
59
	KUrl url;
61
	KUrl url;
60
	bool startInFullScreen = false;
62
	bool startInFullScreen = false;
61
	bool startSlideShow = false;
63
	bool startSlideShow = false;
Lines 71-77 Link Here
71
	}
73
	}
72
	args->clear();
74
	args->clear();
73
75
74
	KApplication app;
75
76
76
	Gwenview::ImageFormats::registerPlugins();
77
	Gwenview::ImageFormats::registerPlugins();
77
78

Return to bug 261367