diff src/ui.h @ 5546:22cf337e8b8f

[gaim-migrate @ 5947] Some changes. Params for static pref functions in gtkprefs.c, a renamed pref, and another value for an enum. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Thu, 29 May 2003 19:30:02 +0000
parents 7a64114641c3
children b7319c094153
line wrap: on
line diff
--- a/src/ui.h	Thu May 29 19:10:24 2003 +0000
+++ b/src/ui.h	Thu May 29 19:30:02 2003 +0000
@@ -95,6 +95,7 @@
 
 typedef enum
 {
+	GAIM_BUTTON_NONE = 0,
 	GAIM_BUTTON_TEXT,
 	GAIM_BUTTON_IMAGE,
 	GAIM_BUTTON_TEXT_IMAGE