diff src/about.c @ 3188:49fb2b634a2a

[gaim-migrate @ 3205] The Robot101 commit. A toc fix (don't use toc) and the possibility to compile iconaway.c on an applet and use it on the standalone app. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Sat, 27 Apr 2002 19:41:07 +0000
parents 0dba6ea7d632
children 943e2b3224a9
line wrap: on
line diff
--- a/src/about.c	Sat Apr 27 07:43:53 2002 +0000
+++ b/src/about.c	Sat Apr 27 19:41:07 2002 +0000
@@ -69,6 +69,15 @@
 	return VERSION;
 }
 
+gboolean is_applet()
+{
+#ifdef USE_APPLET
+	return TRUE;
+#else
+	return FALSE;
+#endif
+}
+
 void show_about(GtkWidget *w, void *null)
 {
 	GtkWidget *vbox;