changeset 5938:023c5f380b5c

[gaim-migrate @ 6378] Removed protomenu from ui.h and prpl.c, and made it a static variable in gtkblist.c. prpl.c only has one more line of gtk code! Yay! Now I can sleep. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sat, 21 Jun 2003 09:54:33 +0000
parents 3034a6ea2d89
children 3014de25a8a4
files src/prpl.c src/ui.h
diffstat 2 files changed, 2 insertions(+), 14 deletions(-) [+]
line wrap: on
line diff
--- a/src/prpl.c	Sat Jun 21 09:11:53 2003 +0000
+++ b/src/prpl.c	Sat Jun 21 09:54:33 2003 +0000
@@ -20,8 +20,6 @@
  */
 #include "internal.h"
 #include "debug.h"
-#include "gtkutils.h"
-#include "gtkblist.h"
 #include "multi.h"
 #include "notify.h"
 #include "prpl.h"
@@ -29,15 +27,8 @@
 #include "ui.h"
 #include "util.h"
 
-GtkWidget *protomenu = NULL;
-
-struct _prompt {
-	GtkWidget *window;
-	GtkWidget *entry;
-	void (*doit)(void *, const char *);
-	void (*dont)(void *);
-	void *data;
-};
+/* XXX */
+#include "gtkconv.h"
 
 GaimPlugin *
 gaim_find_prpl(GaimProtocol type)
--- a/src/ui.h	Sat Jun 21 09:11:53 2003 +0000
+++ b/src/ui.h	Sat Jun 21 09:54:33 2003 +0000
@@ -160,9 +160,6 @@
 void build_allow_list();
 void build_block_list();
 
-/* Globals in prpl.c */
-extern GtkWidget *protomenu;
-
 /* Globals in session.c */
 extern gboolean session_managed;