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 438903 - must use 'program-name' property in about dialogue
must use 'program-name' property in about dialogue
Status: RESOLVED FIXED
Product: gnome-panel
Classification: Other
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Panel Maintainers
Panel Maintainers
Depends on:
Blocks: 345822
 
 
Reported: 2007-05-16 13:56 UTC by Christian Persch
Modified: 2015-03-24 13:01 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Christian Persch 2007-05-16 13:56:09 UTC
Since the display name in the about dialogue needs to be different from the name set with g_set_application_name (which isn't set anyway) (e.g. in the builtin-applets case!), we need to set the 'program-name' property. See bug 345822.

./gnome-panel/panel-context-menu.c:     about = gtk_about_dialog_new ();
./applets/clock/clock.c:        cd->about = gtk_about_dialog_new ();
./applets/fish/fish.c:  fish->about_dialog = gtk_about_dialog_new ();
./applets/notification_area/main.c:  data->about_dialog = gtk_about_dialog_new ();
./applets/notification_area/main-old.c:  tray->about_dialog = gtk_about_dialog_new ();
./applets/notification_area/quick-lounge.c:        about_dialog = gtk_about_dialog_new ();
./applets/wncklet/wncklet.c:    *dialog = gtk_about_dialog_new ();
Comment 1 Vincent Untz 2007-07-07 12:20:23 UTC
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.