Skip to content
GitLab
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
451dd402
Commit
451dd402
authored
Oct 02, 2012
by
Juan Pablo Ugarte
Browse files
Removed deprecated GDK_THREADS_ENTER/LEAVE() macros
parent
9eef86af
Changes
1
Hide whitespace changes
Inline
Side-by-side
gladeui/glade-named-icon-chooser-dialog.c
View file @
451dd402
...
...
@@ -914,15 +914,11 @@ is_standard_icon_name (const gchar * icon_name)
static
void
cleanup_after_load
(
GladeNamedIconChooserDialog
*
dialog
)
{
GDK_THREADS_ENTER
();
dialog
->
priv
->
load_id
=
0
;
pending_select_name_process
(
dialog
);
set_busy_cursor
(
dialog
,
FALSE
);
GDK_THREADS_LEAVE
();
}
static
void
...
...
@@ -974,8 +970,6 @@ reload_icons (GladeNamedIconChooserDialog * dialog)
guint
i
;
GList
*
l
,
*
icons
=
NULL
;
GDK_THREADS_ENTER
();
/* retrieve icon names from each context */
for
(
i
=
0
;
i
<
G_N_ELEMENTS
(
standard_contexts
);
i
++
)
{
...
...
@@ -1022,8 +1016,6 @@ reload_icons (GladeNamedIconChooserDialog * dialog)
chooser_set_model
(
dialog
);
GDK_THREADS_LEAVE
();
return
FALSE
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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