Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
GNOME
GIMP
Commits
c47edb50
Commit
c47edb50
authored
Jun 24, 2010
by
Michael Natterer
😴
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
app: improve the g_warning() about undestroyed dialogs
parent
e7b16c86
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
app/widgets/gimpdialogfactory.c
app/widgets/gimpdialogfactory.c
+2
-2
No files found.
app/widgets/gimpdialogfactory.c
View file @
c47edb50
...
...
@@ -176,8 +176,8 @@ gimp_dialog_factory_dispose (GObject *object)
*/
if
(
!
list
)
{
g_warning
(
"%s: stale non-toplevel entries in factory->p->open_dialogs"
,
G_STRFUNC
);
g_warning
(
"%s:
%d
stale non-toplevel entries in factory->p->open_dialogs"
,
G_STRFUNC
,
g_list_length
(
factory
->
p
->
open_dialogs
)
);
break
;
}
}
...
...
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