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 393731 - remove gtk-utils cruft
remove gtk-utils cruft
Status: RESOLVED FIXED
Product: quick-lounge-applet
Classification: Deprecated
Component: general
unspecified
Other Linux
: Normal minor
: ---
Assigned To: Paolo Bacchilega
Paolo Bacchilega
Depends on:
Blocks:
 
 
Reported: 2007-01-07 00:16 UTC by Christian Persch
Modified: 2007-01-07 13:09 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (5.88 KB, patch)
2007-01-07 00:38 UTC, Christian Persch
committed Details | Review

Description Christian Persch 2007-01-07 00:16:11 UTC
gtk-utils's _gtk_message_dialog_new and _gtk_yesno_dialog_new should just use the GtkMessageDialog API.
Comment 1 Christian Persch 2007-01-07 00:38:10 UTC
Created attachment 79590 [details] [review]
patch
Comment 2 Paolo Bacchilega 2007-01-07 09:39:18 UTC
commit please
Comment 3 Christian Persch 2007-01-07 13:09:44 UTC
        * src/gtk-utils.c: (_gtk_error_dialog_from_gerror_run),
        (_gtk_error_dialog_run), (_gtk_info_dialog_run):
        * src/gtk-utils.h: Remove cruft and just use GtkMessageDialog API. Bug
        #393731.