im.pidgin.pidgin: 8bec06d2cd0a64ece46cb3cd73db9b085b91e161

Sadrul Habib Chowdhury imadil at gmail.com
Sat Feb 9 02:48:34 EST 2008


* jeff2 at soc.pidgin.im had this to say on [09 Feb 2008, 02:30:42 -0500]:
> -----------------------------------------------------------------
> Revision: 8bec06d2cd0a64ece46cb3cd73db9b085b91e161

[snip]
> ============================================================
> --- pidgin/gtkconvwin.h	250c2499fcc142e466d0695dc27e203f56ff9156
> +++ pidgin/gtkconvwin.h	f2401eb8bac7b34d82b01a8d21dd520e51625c85
> @@ -51,6 +51,7 @@ struct _PidginWindow
>  		GtkWidget *view_log;
>  
>  		GtkWidget *send_file;
> +		GtkWidget *send_attention;
>  		GtkWidget *add_pounce;
>  		GtkWidget *get_info;
>  		GtkWidget *invite;
> ============================================================

I believe this breaks ABI, which means we cannot do this here. I think
it's necessary to add send_attention at the end of _PidginWindow (not
just _PidginWindow.menu) to ensure backward compatibility.

Sadrul




More information about the Devel mailing list