forked from AuroraMiddleware/gtk
minor indentation / coding style fixes.
2008-08-29 Michael Natterer <mitch@imendio.com> * gtk/gtkpaned.c: minor indentation / coding style fixes. svn path=/trunk/; revision=21236
This commit is contained in:
parent
d322b83085
commit
79035c9d48
@ -1,3 +1,7 @@
|
||||
2008-08-29 Michael Natterer <mitch@imendio.com>
|
||||
|
||||
* gtk/gtkpaned.c: minor indentation / coding style fixes.
|
||||
|
||||
2008-08-29 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
Bug 549262 – GtkScrolledWindow should not accept focus unless
|
||||
|
@ -273,7 +273,7 @@ gtk_paned_class_init (GtkPanedClass *class)
|
||||
G_MAXINT,
|
||||
GTK_PARAM_READABLE));
|
||||
|
||||
/**
|
||||
/**
|
||||
* GtkPaned:resize:
|
||||
*
|
||||
* The "resize" child property determines whether the child expands and
|
||||
@ -289,7 +289,7 @@ gtk_paned_class_init (GtkPanedClass *class)
|
||||
TRUE,
|
||||
GTK_PARAM_READWRITE));
|
||||
|
||||
/**
|
||||
/**
|
||||
* GtkPaned:shrink:
|
||||
*
|
||||
* The "shrink" child property determines whether the child can be made
|
||||
|
Loading…
Reference in New Issue
Block a user