GNOME Bugzilla – Bug 571241
Migrate deprecated GnomeMessageBox to GtkMessageDialog
Last modified: 2009-10-22 02:06:07 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,
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.