Re: [evolution-patches] Patch for the bug #66523




The text could use some prettying up, I thought someone else would've mentioned it by now.

Perhaps something like:

+ <error id="ask-list-add-exists" type="question" default="GTK_RESPONSE_NO">
+  <primary>Address '{0}' already exists.</primary>
     <secondary>A contact already exists with this address.  Would you like to add a new card with the same address anyway?</secondary>
+  <button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/>
+  <button stock="gtk-ok" label="_Add" response="GTK_RESPONSE_YES"/>
+ </error>

I've chnaged the primary text and added secondary text and changed the ok button to read "Add" instead.

The e_error call needs to be changed to give the address too, since the display exepts an argument:

e_error_run(NULL, "addressbook:ask-list-add-exists", email, NULL);

(This is only a suggestion)

On Thu, 2004-09-23 at 12:05 +0800, shenghao wrote:
hi,

Attach is the changed patch to fix the bug #66523 on
http://bugzilla.ximian.com.
"No error dialog in contact list"

Would you like to spend a little time to review it, please?

Best regards
hao.sheng




--
Michael Zucchi <notzed ximian com>
"born to die, live to work, it's all downhill from here"
Novell's Evolution and Free Software Developer


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]