[gnome-tweak-tool] Fix Unity desktop file patch



commit c9d68636c2b9603c3f93c36c0ea6e1e300719186
Author: Michel Alexandre Salim <salimma fedoraproject org>
Date:   Wed Aug 3 12:04:36 2011 +0200

    Fix Unity desktop file patch
    
    The previous commit (0efe60139bbf9d1763601bb5ae5974d0834ee420) changes
    the desktop entry to make g-t-t shows in Unity's menu; however, the
    change breaks the desktop file specification and does not validate.
    
    This patch fixes the problem by adding a missing semi-colon
    
    https://bugzilla.gnome.org/show_bug.cgi?id=655548

 data/gnome-tweak-tool.desktop.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/data/gnome-tweak-tool.desktop.in b/data/gnome-tweak-tool.desktop.in
index b824472..6202ebd 100644
--- a/data/gnome-tweak-tool.desktop.in
+++ b/data/gnome-tweak-tool.desktop.in
@@ -7,4 +7,4 @@ Terminal=false
 Type=Application
 StartupNotify=true
 Categories=GNOME;GTK;Utility;
-OnlyShowIn=GNOME;Unity
+OnlyShowIn=GNOME;Unity;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]