Skip to content

Commit

Permalink
Fixed issue causing the application to not switch conferences
Browse files Browse the repository at this point in the history
  • Loading branch information
k0rmarun committed May 30, 2019
1 parent 0776c04 commit 36e0104
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion qml/pages/ConferenceView.qml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Page {
MenuItem {
text: qsTr("Select conference")
onClicked: {
pageStack.push(Qt.resolvedUrl("SelectConferenceView.qml"), {loader:Loader});
pageStack.push(Qt.resolvedUrl("SelectConferenceView.qml"), {loader:loader});
}

}
Expand Down
2 changes: 2 additions & 0 deletions rpm/harbour-companion.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
* Thu May 30 2019 Niels Bernlöhr <kormarun@gmail.com> 0.7.0-1
- Fixed issue breaking event switch
* Tue Dec 25 2018 Niels Bernlöhr <kormarun@gmail.com> 0.4.0-1
- Update for 35c3
- Data now parsed in c++ for performance and memory usage
Expand Down
2 changes: 1 addition & 1 deletion rpm/harbour-companion.spec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Name: harbour-companion
%{!?qtc_make:%define qtc_make make}
%{?qtc_builddir:%define _builddir %qtc_builddir}
Summary: Chaos Companion
Version: 0.6
Version: 0.7
Release: 1
Group: Qt/Qt
License: LICENSE
Expand Down
2 changes: 1 addition & 1 deletion rpm/harbour-companion.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Name: harbour-companion
Summary: Chaos Companion
Version: 0.6
Version: 0.7
Release: 1
# The contents of the Group field should be one of the groups listed here:
# http://gitorious.org/meego-developer-tools/spectacle/blobs/master/data/GROUPS
Expand Down

0 comments on commit 36e0104

Please sign in to comment.