Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
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
videolan
vlc-1.1
Commits
901789ff
Commit
901789ff
authored
Nov 12, 2002
by
Gildas Bazin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* modules/gui/gtk/gtk.c: small bug-fix for a crash on module loading.
parent
a6ca37b6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
modules/gui/gtk/gtk.c
modules/gui/gtk/gtk.c
+2
-1
No files found.
modules/gui/gtk/gtk.c
View file @
901789ff
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
* gtk.c : Gtk+ plugin for vlc
* gtk.c : Gtk+ plugin for vlc
*****************************************************************************
*****************************************************************************
* Copyright (C) 2000-2001 VideoLAN
* Copyright (C) 2000-2001 VideoLAN
* $Id: gtk.c,v 1.
6 2002/10/14 16:46:55 sam
Exp $
* $Id: gtk.c,v 1.
7 2002/11/12 11:45:27 gbazin
Exp $
*
*
* Authors: Samuel Hocevar <sam@zoy.org>
* Authors: Samuel Hocevar <sam@zoy.org>
*
*
...
@@ -77,6 +77,7 @@ vlc_module_begin();
...
@@ -77,6 +77,7 @@ vlc_module_begin();
set_description
(
_
(
"Gtk+ interface module"
)
);
set_description
(
_
(
"Gtk+ interface module"
)
);
set_capability
(
"interface"
,
i
);
set_capability
(
"interface"
,
i
);
set_callbacks
(
Open
,
Close
);
set_callbacks
(
Open
,
Close
);
add_shortcut
(
"gtk"
);
set_program
(
"gvlc"
);
set_program
(
"gvlc"
);
vlc_module_end
();
vlc_module_end
();
...
...
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