comparison libpurple/example/nullclient.c @ 19566:57d350900136

Tooltips can be for the buddylist or for conversation windows. A more appropriate fix for #2723.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Sat, 01 Sep 2007 23:50:22 +0000
parents 6c726af063c9
children b99a158ea85e
comparison
equal deleted inserted replaced
19565:4691b5f80ac8 19566:57d350900136
18 * You should have received a copy of the GNU General Public License 18 * You should have received a copy of the GNU General Public License
19 * along with this program; if not, write to the Free Software 19 * along with this program; if not, write to the Free Software
20 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 20 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
21 * 21 *
22 */ 22 */
23
24 /* XXX: we probably shouldn't include internal.h in examples */
25 #include "internal.h"
26 23
27 #include "account.h" 24 #include "account.h"
28 #include "conversation.h" 25 #include "conversation.h"
29 #include "core.h" 26 #include "core.h"
30 #include "debug.h" 27 #include "debug.h"