[vinagre] Display correct application icon in about dialog
- From: David King <davidk src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vinagre] Display correct application icon in about dialog
- Date: Mon, 26 Sep 2011 16:50:26 +0000 (UTC)
commit 9648cfe19c99420288f83a712f081e6547e3dfca
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 cb3c77b..4811a64 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]