- fix about dialog

This commit is contained in:
jasper 2011-09-28 16:57:35 +00:00
parent b1d349e8ca
commit 92f5382ef8
2 changed files with 20 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.47 2011/09/28 09:47:48 jasper Exp $
# $OpenBSD: Makefile,v 1.48 2011/09/28 16:57:35 jasper Exp $
SHARED_ONLY= Yes
@ -6,6 +6,7 @@ COMMENT= remote desktop viewer for GNOME
GNOME_VERSION= 3.2.0
GNOME_PROJECT= vinagre
REVISION= 0
CATEGORIES= net

View File

@ -0,0 +1,18 @@
$OpenBSD: patch-vinagre_vinagre-utils_c,v 1.1 2011/09/28 16:57:35 jasper Exp $
From 9648cfe19c99420288f83a712f081e6547e3dfca Mon Sep 17 00:00:00 2001
From: Fridiric Piters <fpeters@0d.be>
Date: Wed, 21 Sep 2011 19:43:30 +0000
Subject: Display correct application icon in about dialog
--- vinagre/vinagre-utils.c.orig Wed Sep 28 18:52:18 2011
+++ vinagre/vinagre-utils.c Wed Sep 28 18:52:58 2011
@@ -634,7 +634,7 @@ void vinagre_utils_show_help_about (GtkWindow* parent)
_tmp2_ = _tmp1_;
_tmp3_ = _g_object_ref0 (GTK_IS_ABOUT_DIALOG (_tmp2_) ? ((GtkAboutDialog*) _tmp2_) : NULL);
dialog = _tmp3_;
- gtk_about_dialog_set_logo_icon_name (dialog, PACKAGE_TARNAME);
+ gtk_about_dialog_set_logo_icon_name (dialog, "preferences-desktop-remote");
gtk_about_dialog_set_version (dialog, PACKAGE_VERSION);
gtk_about_dialog_set_website (dialog, PACKAGE_URL);
gtk_window_set_transient_for ((GtkWindow*) dialog, parent);