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 571241 - Migrate deprecated GnomeMessageBox to GtkMessageDialog
Migrate deprecated GnomeMessageBox to GtkMessageDialog
Status: RESOLVED FIXED
Product: gnome-pilot
Classification: Other
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gnome-pilot Maintainers
gnome-pilot Maintainers
Depends on:
Blocks: 590215
 
 
Reported: 2009-02-10 22:53 UTC by André Klapper
Modified: 2009-10-22 02:06 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description André Klapper 2009-02-10 22:53:10 UTC
GnomeMessageBox has been replaced by GtkMessageDialog.

http://live.gnome.org/LibgnomeMustDie
http://library.gnome.org/devel/gtk/stable/GtkMessageDialog.html
http://library.gnome.org/devel/libgnomeui/stable/GnomeMessageBox.html


./gnome-pilot/gpilotd/gpilot-gui.c:	dialogWindow = gnome_message_box_new(tmp,type,GNOME_STOCK_BUTTON_OK,NULL);
./gnome-pilot/gpilotd/gpilot-gui.c:		dialogWindow = gnome_message_box_new(tmp,type,GNOME_STOCK_BUTTON_OK,NULL);
./gnome-pilot/applet/pilot.c:				gnome_message_box_new (_("Press synchronize on the cradle to restore\n" 
./gnome-pilot/applet/pilot.c:	self->dialogWindow = gnome_message_box_new (tmp,GNOME_MESSAGE_BOX_ERROR,
./gnome-pilot/applet/pilot.c:	self->dialogWindow = gnome_message_box_new (tmp,GNOME_MESSAGE_BOX_WARNING,
./gnome-pilot/applet/pilot.c:	self->dialogWindow = gnome_message_box_new (tmp,GNOME_MESSAGE_BOX_GENERIC,
./gnome-pilot/gpilot-fileman/fileman.c:  yn=gnome_message_box_new(N_("Really quit Gnome Pilot File Manager?"),
./gnome-pilot/gpilot-fileman/fileman.c:      mb=gnome_message_box_new(str,
./gnome-pilot/gpilot-fileman/fileman.c:      mb=gnome_message_box_new(str,
./gnome-pilot/gpilot-fileman/fileman.c:    mb=gnome_message_box_new(_("No files to install!!"),
./gnome-pilot/gpilot-fileman/fileman.c:    mb=gnome_message_box_new(_("Press the Hot Sync button on your pilot now!"),
./gnome-pilot/gpilot-fileman/fileman.c:      mb = gnome_message_box_new(message,
./gnome-pilot/gpilot-fileman/fileman.c:      mb=gnome_message_box_new(_("Unable to open or create chosen name" 
./gnome-pilot/gpilot-fileman/fileman.c:    mb=gnome_message_box_new(_("Chosen backup location is not" 
./gnome-pilot/gpilot-fileman/fileman.c:  mb=gnome_message_box_new(_("Press the Hot Sync button on your pilot now!"),
./gnome-pilot/gpilot-fileman/fileman.c:    mb=gnome_message_box_new(_("Unable to open status pipe"),
./gnome-pilot/gpilot-fileman/fileman.c:    mb=gnome_message_box_new(_("Unable to open message pipe"),
./gnome-pilot/gpilot-fileman/fileman.c:    mb=gnome_message_box_new(_("Unable to fork"),
./gnome-pilot/conduits/file/gpilot_install_file.c:	dialog = gnome_message_box_new (tmp, GNOME_MESSAGE_BOX_WARNING,
./gnome-pilot/conduits/file/gpilot_install_file.c:		dialog = gnome_message_box_new (message,
Comment 1 Matt Davey 2009-10-22 02:06:07 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.