diff src/dialogs.c @ 3472:d33ec392a5e1

[gaim-migrate @ 3523] Rob McQueen went and removed all the GTK version preprocessor statements. Thanks! committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Thu, 29 Aug 2002 21:40:08 +0000
parents 7a3f16a375a5
children 0073a014e55b
line wrap: on
line diff
--- a/src/dialogs.c	Thu Aug 29 21:12:00 2002 +0000
+++ b/src/dialogs.c	Thu Aug 29 21:40:08 2002 +0000
@@ -43,9 +43,6 @@
 #include "gaim.h"
 #include "gtkimhtml.h"
 #include "prpl.h"
-#ifdef USE_APPLET
-#include "applet.h"
-#endif
 
 #include "pixmaps/gnome_preferences.xpm"
 #include "pixmaps/cancel.xpm"
@@ -3410,11 +3407,6 @@
 	if (!ca->mess)
 		am = g_new0(struct away_message, 1);
 	else {
-#ifdef USE_APPLET
-		char *awayname = g_strdup_printf("away/%s", ca->mess->name);
-		applet_widget_unregister_callback(APPLET_WIDGET(applet), awayname);
-		g_free(awayname);
-#endif
 		am = ca->mess;
 	}
 
@@ -4604,7 +4596,7 @@
 		gdk_window_set_group(w, mainwindow->window);
 #endif
 }
- 
+
 GtkWidget *pixbuf_button(char *text, char *iconfile)
 {
 	GtkWidget *button, *image, *label, *bbox;
@@ -4629,7 +4621,6 @@
 	return button;
 }
 
-
 GtkWidget *picture_button(GtkWidget *window, char *text, char **xpm)
 {
 	GtkWidget *button;