GNOME Bugzilla – Bug 166620
[patch] use gtkAboutDialog
Last modified: 2005-04-12 05:23:06 UTC
Please describe the problem: use the new gtk aboutdialog widget Steps to reproduce: 1. 2. 3. Actual results: Expected results: Does this happen every time? Other information:
Created attachment 37139 [details] [review] use GTKABOUTDIALOGWIDGET
+ "translator-credits",(strcmp (translators, "translator-credits") ? translators : NULL), That's unnecessary, since gtk+ does that check itself; it only displays translator credits if the string is != translator-credits.
*** Bug 167084 has been marked as a duplicate of this bug. ***
(note that also bug 167084 contains a similar patch... I have not checked if one is better than the other)
The patch from Kristof (attachment 37139 [details] [review]) is actually better, as it changes the GNOME_STOCK_ABOUT that I did not notice :)
*** Bug 156150 has been marked as a duplicate of this bug. ***
looking at bug 156150 I forgot: -GTK_REQUIRED=2.4.0 +GTK_REQUIRED=2.5.0 in configure.in ps: wouldn't it be better to set 2.6.0 to be safe because I don't know for sure that an experimental gtkabout widget was introduced in the 2.5.0 version. Does anyone know in which version it was?
why is it still not commited? plz give some feedback
why was this keyword set? PATCH This keyword is deprecated and will be removed at a future date. It is also useless since many patches do not have this keyword set at all. Patches should now be found by querying bugzilla for attachment statuses. 7029
Because I am querying for it to find patches. Didn't know about the attachment status thing.
Applied to head. Thanks for your patients.