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 438904 - must use 'program-name' property in about dialogue
must use 'program-name' property in about dialogue
Status: RESOLVED FIXED
Product: gnome-applets
Classification: Other
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gnome-applets Maintainers
gnome-applets Maintainers
Depends on:
Blocks: 345822
 
 
Reported: 2007-05-16 13:58 UTC by Christian Persch
Modified: 2007-07-31 07:17 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Christian Persch 2007-05-16 13:58:41 UTC
applets need to set the 'program-name' property, not the 'name' property, on gtk 2.11. See bug 345822.

./cpufreq/src/cpufreq-applet.c:        gtk_show_about_dialog (NULL,
./mixer/applet.c:    gtk_show_about_dialog (NULL,
./multiload/main.c:    gtk_show_about_dialog (NULL,
./accessx-status/applet.c:      gtk_show_about_dialog (NULL,
./modemlights/modem-applet.c:  gtk_show_about_dialog (NULL,
./geyes/geyes.c:        gtk_show_about_dialog (NULL,
./gswitchit/gswitchit-applet.c: gtk_show_about_dialog (NULL,
./charpick/charpick.c:  gtk_show_about_dialog (NULL,
./mini-commander/src/about.c:   gtk_show_about_dialog (NULL,
./stickynotes/stickynotes_applet_callbacks.c:   gtk_show_about_dialog (NULL,
./trashapplet/src/trashapplet.c:        gtk_show_about_dialog
./gweather/gweather-about.c:    gtk_show_about_dialog (NULL,
./battstat/battstat_applet.c:  gtk_show_about_dialog( NULL,
./drivemount/drivemount.c:    gtk_show_about_dialog (NULL,
Comment 1 Callum McKenzie 2007-07-31 07:17:08 UTC
I believe this has been fixed by a series of patches from Jaap Haitsma. gnome-applets should compile cleanly with gtk 2.11.