Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Commit

Permalink
Fixed a bug related to LauncherManager
Browse files Browse the repository at this point in the history
  • Loading branch information
luizaugustomm committed Apr 11, 2017
1 parent 8ad39b4 commit ecfbfc1
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ set (GENERIC_NAME "Pomodoro App")
set (RELEASE_NAME "Amai")
set (PACKAGE_ID "com.github.luizaugustomm.tomato")
set (COMMENT "Keep focused on your work")
set (VERSION "1.2.6")
set (VERSION "1.2.7")
set (VERSION_INFO "Stable release")

# where we install data directory (if we have any)
Expand Down
5 changes: 0 additions & 5 deletions data/com.github.luizaugustomm.tomato.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,5 @@
</provides>

<releases>
<release version="1.2.6" timestamp="20170410">
<description>
<p>Tomato "Amai" 1.2.x</p>
</description>
</release>
</releases>
</component>
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
tomato (1.2.7) xenial; urgency=medium

* Fixed minor bugs

-- Luiz Augusto <lamm@elementary> Tue, 11 Apr 2017 11:18:49 -0300

tomato (1.2.6) xenial; urgency=medium

* Fixed minor bugs
Expand Down
2 changes: 1 addition & 1 deletion po/tomato.pot
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-04-10 19:52-0300\n"
"POT-Creation-Date: 2017-04-11 11:16-0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
Expand Down
2 changes: 1 addition & 1 deletion src/Config.vala
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ namespace Constants {
public const string PKG_DATADIR = "/usr/share/tomato";
public const string GETTEXT_PACKAGE = "tomato";
public const string RELEASE_NAME = "Amai";
public const string VERSION = "1.2.6";
public const string VERSION = "1.2.7";
public const string VERSION_INFO = "Stable release";
public const string INSTALL_PREFIX = "/usr";
public const string APP_NAME = "Tomato";
Expand Down
2 changes: 1 addition & 1 deletion src/Managers/LauncherManager.vala
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ namespace Tomato.Managers {
private Unity.LauncherEntry launcher;

public LauncherManager () {
launcher = Unity.LauncherEntry.get_for_desktop_id ("org.pantheon.tomato.desktop");
launcher = Unity.LauncherEntry.get_for_desktop_id ("com.github.luizaugustomm.tomato.desktop");
update_progress ();
}

Expand Down

0 comments on commit ecfbfc1

Please sign in to comment.