diff src/gnome_applet_mgr.h @ 342:f4fba304b236

[gaim-migrate @ 352] More changes to the applet: tooltips are set different, and choosing "Signon" from the right-click menu actually tries to sign you on, as opposed to just bringing up the login window. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Wed, 07 Jun 2000 01:50:55 +0000
parents 9d258a0aa560
children a330017b3aa4
line wrap: on
line diff
--- a/src/gnome_applet_mgr.h	Tue Jun 06 21:50:20 2000 +0000
+++ b/src/gnome_applet_mgr.h	Wed Jun 07 01:50:55 2000 +0000
@@ -63,6 +63,7 @@
 #define GAIM_GNOME_PENGUIN_ONLINE "gaim/gnome/penguin-online.png"
 
 gint init_applet_mgr();
+void applet_do_signon(AppletWidget *, gpointer);
 
 void setUserState( enum gaim_user_states state );
 enum gaim_user_states getUserState();
@@ -76,7 +77,7 @@
 void remove_applet_away();
 
 void update_pixmaps();
-
+void applet_set_tooltips(char *);
 
 #endif /*USE_APPLET*/
 #endif /*_GAIMGNOMEAPPLETMGR_H_*/