[vinagre/gnome-3-2] Display correct application icon in about dialog



commit 6cab291f4bfa561fca8336d060712abd70354fe9
Author: FrÃdÃric PÃters <fpeters 0d be>
Date:   Wed Sep 21 21:43:30 2011 +0200

    Display correct application icon in about dialog
    
    Fixes bug 659758.

 vinagre/vinagre-utils.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/vinagre/vinagre-utils.vala b/vinagre/vinagre-utils.vala
index afa79e6..da10035 100644
--- a/vinagre/vinagre-utils.vala
+++ b/vinagre/vinagre-utils.vala
@@ -199,7 +199,7 @@ namespace Vinagre.Utils {
         var builder = get_builder ();
         var dialog = builder.get_object ("about_dialog") as Gtk.AboutDialog;
 
-        dialog.logo_icon_name = Vinagre.Config.PACKAGE_TARNAME;
+        dialog.logo_icon_name = "preferences-desktop-remote-desktop";
         dialog.version = Vinagre.Config.PACKAGE_VERSION;
         dialog.website = Vinagre.Config.PACKAGE_URL;
         dialog.set_transient_for (parent);



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