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
ZenWalker
Glade
Commits
ee2820fc
Commit
ee2820fc
authored
Oct 13, 2012
by
Juan Pablo Ugarte
Browse files
Fix build warnings
parent
ab0b1d40
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/gtk+/glade-gtk-activatable.c
View file @
ee2820fc
...
...
@@ -77,10 +77,8 @@ glade_gtk_activatable_evaluate_property_sensitivity (GObject *object,
if
(
!
strcmp
(
id
,
"related-action"
))
{
gboolean
use_appearance
=
gtk_activatable_get_use_action_appearance
(
GTK_ACTIVATABLE
(
object
));
GtkAction
*
action
=
g_value_get_object
(
value
);
update_use_action_appearance
(
gwidget
,
TRUE
,
action
);
update_use_action_appearance
(
gwidget
,
TRUE
,
g_value_get_object
(
value
)
!=
NULL
);
}
else
if
(
!
strcmp
(
id
,
"use-action-appearance"
))
{
...
...
Write
Preview
Markdown
is supported
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