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
6854d3f1
Commit
6854d3f1
authored
May 29, 2001
by
Stéphane Borel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*Fixed a bug with Previous chapter button in gnome
parent
edcfc7d3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
plugins/gtk/gnome_interface.c
plugins/gtk/gnome_interface.c
+1
-1
plugins/gtk/intf_gnome.glade
plugins/gtk/intf_gnome.glade
+2
-1
No files found.
plugins/gtk/gnome_interface.c
View file @
6854d3f1
...
...
@@ -717,7 +717,7 @@ create_intf_window (void)
"intf_window"
);
gtk_signal_connect
(
GTK_OBJECT
(
button_chapter_prev
),
"clicked"
,
GTK_SIGNAL_FUNC
(
GtkChapterPrev
),
NULL
);
"intf_window"
);
gtk_signal_connect
(
GTK_OBJECT
(
button_chapter_next
),
"clicked"
,
GTK_SIGNAL_FUNC
(
GtkChapterNext
),
"intf_window"
);
...
...
plugins/gtk/intf_gnome.glade
View file @
6854d3f1
...
...
@@ -803,7 +803,8 @@
<signal>
<name>
clicked
</name>
<handler>
GtkChapterPrev
</handler>
<last_modification_time>
Sat, 19 May 2001 02:46:07 GMT
</last_modification_time>
<data>
"
intf_window
"
</data>
<last_modification_time>
Tue, 29 May 2001 13:13:41 GMT
</last_modification_time>
</signal>
<stock_button>
GNOME_STOCK_BUTTON_PREV
</stock_button>
<relief>
GTK_RELIEF_NONE
</relief>
...
...
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