Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
G
gtk
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Dorota Czaplejewicz
gtk
Commits
3d0a2d50
Commit
3d0a2d50
authored
Sep 10, 2011
by
Benjamin Otte
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
filechooser: Fix compile warning
parent
0ce142e5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
gtk/gtkfilechooserdefault.c
gtk/gtkfilechooserdefault.c
+1
-1
No files found.
gtk/gtkfilechooserdefault.c
View file @
3d0a2d50
...
...
@@ -3908,7 +3908,7 @@ visit_file_cb (GtkMenuItem *item,
{
GFile
*
file
=
files
->
data
;
gtk_file_chooser_default_select_file
(
impl
,
file
,
NULL
);
/* NULL-GError */
gtk_file_chooser_default_select_file
(
GTK_FILE_CHOOSER
(
impl
)
,
file
,
NULL
);
/* NULL-GError */
}
g_slist_foreach
(
files
,
(
GFunc
)
g_object_unref
,
NULL
);
...
...
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