Skip to content

Commit 2b5dce2

Browse files
author
Weblate
committed
Merge remote-tracking branch 'origin/master'
2 parents 147720d + 1f5bae3 commit 2b5dce2

File tree

2 files changed

+0
-19
lines changed

2 files changed

+0
-19
lines changed

data/org.pantheon.noise.desktop.in.in

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,3 @@ StartupNotify=true
1212
_Keywords=Noise;Audio;Player;MP3;iPod;Play;Playlist;Media;CD;Phone;Songs;
1313
X-GNOME-UsesNotifications=true
1414
X-PulseAudio-Properties=media.role=music
15-
Actions=AboutDialog;
16-
17-
[Desktop Action AboutDialog]
18-
Exec=noise --about
19-
_Name=About @APP_NAME@

src/Noise.vala

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -45,22 +45,8 @@ public class Noise.App : Granite.Application {
4545
program_name = _(Build.APP_NAME);
4646
exec_name = "noise";
4747

48-
app_copyright = "2012-2016";
4948
application_id = "org.pantheon.noise";
50-
app_icon = "multimedia-audio-player";
5149
app_launcher = "org.pantheon.noise.desktop";
52-
app_years = "2012-2016";
53-
54-
main_url = "https://github.com/elementary/music";
55-
bug_url = "https://github.com/elementary/music/issues";
56-
help_url = "https://elementary.io/help/noise";
57-
translate_url = "https://l10n.elementary.io/projects/music";
58-
59-
about_authors = {"Corentin Noël <[email protected]>",
60-
"Scott Ringwelski <[email protected]>", null};
61-
62-
about_artists = {"Daniel Foré <[email protected]>", null};
63-
about_translators = _("translator-credits");
6450

6551
var present_action = new SimpleAction ("app.present", null);
6652
present_action.activate.connect (() => {

0 commit comments

Comments
 (0)