Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
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-gpu
Commits
43a3e590
Commit
43a3e590
authored
Apr 20, 2002
by
Gildas Bazin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* the last category from the config options wasn't displayed.
parent
9bb17f5d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
plugins/gtk/gtk_preferences.c
plugins/gtk/gtk_preferences.c
+2
-3
No files found.
plugins/gtk/gtk_preferences.c
View file @
43a3e590
...
...
@@ -2,7 +2,7 @@
* gtk_preferences.c: functions to handle the preferences dialog box.
*****************************************************************************
* Copyright (C) 2000, 2001 VideoLAN
* $Id: gtk_preferences.c,v 1.2
2 2002/04/19 13:56:11 sam
Exp $
* $Id: gtk_preferences.c,v 1.2
3 2002/04/20 15:40:21 gbazin
Exp $
*
* Authors: Gildas Bazin <gbazin@netcourrier.com>
* Loc Minier <lool@via.ecp.fr>
...
...
@@ -459,9 +459,8 @@ static void GtkCreateConfigDialog( char *psz_module_name,
}
p_item
++
;
}
while
(
p_item
->
i_type
!=
MODULE_CONFIG_HINT_END
);
while
(
p_item
->
i_type
!=
MODULE_CONFIG_HINT_END
&&
p_item
++
);
#ifndef MODULE_NAME_IS_gnome
/* Now let's add the action buttons at the bottom of the page */
...
...
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