File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,9 @@ file(GLOB ASSETS_FILES ${CMAKE_CURRENT_SOURCE_DIR}/assets)
77install (DIRECTORY ${ASSETS_FILES}
88 DESTINATION ${PKGDATADIR} )
99
10+ install (FILES ${CMAKE_CURRENT_SOURCE_DIR} /com.github.philip-scott.spice-up.svg
11+ DESTINATION ${CMAKE_INSTALL_FULL_DATAROOTDIR} /icons/hicolor/scalable/apps/)
12+
1013# install the appdata
1114install (FILES ${CMAKE_CURRENT_SOURCE_DIR} /com.github.philip-scott.spice-up.appdata.xml
1215 DESTINATION ${CMAKE_INSTALL_FULL_DATAROOTDIR} /metainfo/)
Original file line number Diff line number Diff line change @@ -258,9 +258,10 @@ public class Spice.Window : Gtk.ApplicationWindow {
258258 slide_manager. current_slide. delete ();
259259 }
260260 }
261+ return true ;
261262 }
262263
263- return true ;
264+ return false ;
264265 }
265266
266267 private bool next_slide () {
You can’t perform that action at this time.
0 commit comments