Skip to content
This repository was archived by the owner on Jul 22, 2021. It is now read-only.

Commit 287ace6

Browse files
Merge pull request #71 from DylanVanAssche/hotfix/ISSUE-69
Hotfix fixed #69
2 parents f7eb52b + f5783b2 commit 287ace6

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

qml/pages/FirstPage.qml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Page {
2929
NavigationButton { onClicked: fbWebview.setUrl("https://m.facebook.com/friends"); notifyIndicator: app.notifications[1]; iconSource: "qrc:///images/icon-requests.svg"; visible: settings.showFriends }
3030
NavigationButton { onClicked: fbWebview.setUrl("https://m.facebook.com/messages"); notifyIndicator: app.notifications[2]; iconSource: "qrc:///images/icon-messages.svg"; visible: settings.showMessages }
3131
NavigationButton { onClicked: fbWebview.setUrl("https://m.facebook.com/notifications"); notifyIndicator: app.notifications[3]; iconSource: "qrc:///images/icon-notifications.svg"; visible: settings.showNotifications }
32-
NavigationButton { onClicked: fbWebview.setUrl("https://m.facebook.com/search"); notifyIndicator: app.notifications[4]; iconSource: "qrc:///images/icon-search.svg"; visible: settings.showSearch }
32+
NavigationButton { onClicked: fbWebview.setUrl("https://m.facebook.com/search/top?soft=search"); notifyIndicator: app.notifications[4]; iconSource: "qrc:///images/icon-search.svg"; visible: settings.showSearch }
3333
NavigationButton { onClicked: fbWebview.setUrl("https://m.facebook.com/events/upcoming"); notifyIndicator: app.notifications[5]; iconSource: "qrc:///images/icon-events.svg"; visible: settings.showEvents }
3434
NavigationButton { onClicked: fbWebview.setUrl("https://m.facebook.com/groups"); notifyIndicator: app.notifications[6]; iconSource: "qrc:///images/icon-groups.svg"; visible: settings.showGroups }
3535
NavigationButton { onClicked: fbWebview.setUrl("https://m.facebook.com/pages/?category=liked"); notifyIndicator: app.notifications[7]; iconSource: "qrc:///images/icon-pages.svg"; visible: settings.showLikedPages }

rpm/harbour-sailbook.changes

+3
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
# * date Author's Name <author's email> version-release
99
# - Summary of changes
1010

11+
* Sat Nov 2 2017 Dylan Van Assche <[email protected]> 10.0-6
12+
- [MAJOR BUGFIX] Search not shown
13+
1114
* Sat Oct 21 2017 Dylan Van Assche <[email protected]> 10.0-5
1215
- [MINOR BUGFIX] Sailbook only makes his own directories when it's actually used
1316
- [MINOR BUGFIX] Fixed logger spacing in title

rpm/harbour-sailbook.spec

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Name: harbour-sailbook
1414
%{?qtc_builddir:%define _builddir %qtc_builddir}
1515
Summary: Sailbook
1616
Version: 10.0
17-
Release: 5
17+
Release: 6
1818
Group: Qt/Qt
1919
License: GPLv3
2020
URL: https://github.com/DylanVanAssche/harbour-sailbook

rpm/harbour-sailbook.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Name: harbour-sailbook
22
Summary: Sailbook
33
Version: 10.0
4-
Release: 5
4+
Release: 6
55
# The contents of the Group field should be one of the groups listed here:
66
# http://gitorious.org/meego-developer-tools/spectacle/blobs/master/data/GROUPS
77
Group: Qt/Qt

0 commit comments

Comments
 (0)