fix improper use of guint as GType
2002-04-11 jacob berkman <jacob@ximian.com> * (various files): fix improper use of guint as GType
This commit is contained in:
parent
1f98e3e646
commit
64a0eee134
38 changed files with 59 additions and 55 deletions
|
@ -106,10 +106,10 @@ static void apply_cb (GtkButton
|
|||
static void close_cb (GtkButton *button,
|
||||
RollbackCappletDialog *dialog);
|
||||
|
||||
guint
|
||||
GType
|
||||
rollback_capplet_dialog_get_type (void)
|
||||
{
|
||||
static guint rollback_capplet_dialog_type = 0;
|
||||
static GType rollback_capplet_dialog_type = 0;
|
||||
|
||||
if (!rollback_capplet_dialog_type) {
|
||||
GtkTypeInfo rollback_capplet_dialog_info = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue