comparison src/gtkimhtmltoolbar.c @ 9730:c9ac1976ef01

[gaim-migrate @ 10591] I shuffled lots of stuff around again. See plugins/ChangeLog.API for the list of renamed functions. I'm trying to clean up gtkdialogs.c/.h, so I moved the away stuff into away.c/.h I also reduced the minimum buddy list height from 200 pixels to 100 pixels. I just realized that that's also the default height used when you don't have a prefs.xml, which is bad. I think I'm going to set the default height to around 300 pixels. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Mon, 09 Aug 2004 03:49:46 +0000
parents 4d05b6e9e9cd
children 4a15962c344a
comparison
equal deleted inserted replaced
9729:f44ae9331afc 9730:c9ac1976ef01
20 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 20 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
21 * 21 *
22 */ 22 */
23 #include "gtkinternal.h" 23 #include "gtkinternal.h"
24 24
25 #include "gtkimhtmltoolbar.h"
26 #include "gtkutils.h"
27
28 #include "gtkdialogs.h"
29 #include "imgstore.h" 25 #include "imgstore.h"
30 #include "notify.h" 26 #include "notify.h"
31 #include "request.h" 27 #include "request.h"
32 #include "stock.h" 28 #include "stock.h"
33 #include "util.h" 29 #include "util.h"
30
31 #include "gtkdialogs.h"
32 #include "gtkimhtmltoolbar.h"
33 #include "gtkutils.h"
34 34
35 static GtkVBoxClass *parent_class = NULL; 35 static GtkVBoxClass *parent_class = NULL;
36 36
37 static void do_bold(GtkWidget *bold, GtkIMHtmlToolbar *toolbar) 37 static void do_bold(GtkWidget *bold, GtkIMHtmlToolbar *toolbar)
38 { 38 {