Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GNOME
GIMP
Commits
6472885f
Commit
6472885f
authored
Jul 03, 2005
by
David Odin
Browse files
cleanups.
* libgimpwidgets/gimpframe.c: cleanups.
parent
d67d6f13
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
6472885f
2005-07-03 DindinX <dindinx@gimp.org>
* libgimpwidgets/gimpframe.c: cleanups.
2005-07-01 Nathan Summers <rock@gimp.org>
Changes in preparation for integrating gimp-poppler.
...
...
libgimpwidgets/gimpframe.c
View file @
6472885f
...
...
@@ -56,7 +56,7 @@ static gint gimp_frame_get_indent (GtkWidget *widget);
static
gint
gimp_frame_get_label_spacing
(
GtkFrame
*
frame
);
static
Gtk
VBox
Class
*
parent_class
=
NULL
;
static
Gtk
Frame
Class
*
parent_class
=
NULL
;
GType
...
...
@@ -77,6 +77,7 @@ gimp_frame_get_type (void)
sizeof
(
GimpFrame
),
0
,
/* n_preallocs */
(
GInstanceInitFunc
)
gimp_frame_init
,
NULL
/* value_table */
};
frame_type
=
g_type_register_static
(
GTK_TYPE_FRAME
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment