From 675a64e2139f168a68cd0e5f0239d91d181b55f6 Mon Sep 17 00:00:00 2001 From: Calum Date: Sun, 8 Apr 2012 12:04:59 +0200 Subject: Fix missing semi-colon in deluge.desktop --- deluge/data/share/applications/deluge.desktop.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deluge/data/share/applications/deluge.desktop.in b/deluge/data/share/applications/deluge.desktop.in index 43b40f7b1..c7d0065b7 100644 --- a/deluge/data/share/applications/deluge.desktop.in +++ b/deluge/data/share/applications/deluge.desktop.in @@ -9,6 +9,6 @@ Exec=deluge-gtk %U Icon=deluge Terminal=false Type=Application -Categories=Network;FileTransfer;P2P;GTK +Categories=Network;FileTransfer;P2P;GTK; StartupNotify=true MimeType=application/x-bittorrent;x-scheme-handler/magnet; -- cgit