After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 438901 - fix programme name in about dialogue
fix programme name in about dialogue
Status: RESOLVED FIXED
Product: nautilus
Classification: Core
Component: general
0.x.x [obsolete]
Other Linux
: Normal normal
: ---
Assigned To: Nautilus Maintainers
Nautilus Maintainers
Depends on:
Blocks: 345822
 
 
Reported: 2007-05-16 13:51 UTC by Christian Persch
Modified: 2007-06-18 21:27 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (1.19 KB, patch)
2007-05-16 13:52 UTC, Christian Persch
none Details | Review

Description Christian Persch 2007-05-16 13:51:07 UTC
Since nautilus is "Nautilus" in about but "File Manager" as g_set_application_name, we have to set the 'program-name' property explicitly; see bug 345822.
Comment 1 Christian Persch 2007-05-16 13:52:44 UTC
Created attachment 88292 [details] [review]
patch
Comment 2 Martin Wehner 2007-06-18 21:27:36 UTC
Thanks, it's on HEAD (after changing #ifdef to #if):

2007-06-18  Martin Wehner  <martin.wehner@gmail.com>

	* src/nautilus-window-menus.c: (action_about_nautilus_callback):
	Set program-name instead of deprecated name property
	and mark the website-label for translation (#438901).
	Patch from Christian Persch <chpe@gnome.org>