comparison console/libgnt/gntbox.c @ 14836:bfcdd361357e

[gaim-migrate @ 17605] Do things right and fix the compile warnings. committer: Tailor Script <tailor@pidgin.im>
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Sat, 28 Oct 2006 19:52:30 +0000
parents 62bb53609a36
children b1650510f4b8
comparison
equal deleted inserted replaced
14835:061157db8017 14836:bfcdd361357e
7 { 7 {
8 SIGS = 1, 8 SIGS = 1,
9 }; 9 };
10 10
11 static GntWidgetClass *parent_class = NULL; 11 static GntWidgetClass *parent_class = NULL;
12 static guint signals[SIGS] = { 0 };
13 12
14 static GntWidget * find_focusable_widget(GntBox *box); 13 static GntWidget * find_focusable_widget(GntBox *box);
15 14
16 static void 15 static void
17 add_to_focus(gpointer value, gpointer data) 16 add_to_focus(gpointer value, gpointer data)