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
c14327c1
Commit
c14327c1
authored
Jan 25, 2004
by
Felix Paul Kühne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* string review
parent
de22c758
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
54 additions
and
54 deletions
+54
-54
modules/gui/gtk2/gnome2.glade
modules/gui/gtk2/gnome2.glade
+2
-2
modules/gui/gtk2/gtk2.glade
modules/gui/gtk2/gtk2.glade
+3
-3
modules/gui/pda/pda.glade
modules/gui/pda/pda.glade
+47
-47
modules/gui/pda/pda_callbacks.c
modules/gui/pda/pda_callbacks.c
+2
-2
No files found.
modules/gui/gtk2/gnome2.glade
View file @
c14327c1
...
...
@@ -230,7 +230,7 @@
<widget
class=
"button"
id=
"button4"
>
<property
name=
"visible"
>
True
</property>
<property
name=
"tooltip"
translatable=
"yes"
>
Open File
</property>
<property
name=
"label"
translatable=
"yes"
>
button4
</property>
<property
name=
"label"
>
button4
</property>
<property
name=
"use_underline"
>
True
</property>
<property
name=
"stock_pixmap"
>
gtk-cdrom
</property>
</widget>
...
...
@@ -240,7 +240,7 @@
<widget
class=
"button"
id=
"button3"
>
<property
name=
"visible"
>
True
</property>
<property
name=
"tooltip"
translatable=
"yes"
>
Save File
</property>
<property
name=
"label"
translatable=
"yes"
>
button3
</property>
<property
name=
"label"
>
button3
</property>
<property
name=
"use_underline"
>
True
</property>
<property
name=
"stock_pixmap"
>
gtk-refresh
</property>
</widget>
...
...
modules/gui/gtk2/gtk2.glade
View file @
c14327c1
...
...
@@ -194,7 +194,7 @@
<child>
<widget
class=
"button"
id=
"button1"
>
<property
name=
"visible"
>
True
</property>
<property
name=
"label"
translatable=
"yes"
>
button1
</property>
<property
name=
"label"
>
button1
</property>
<property
name=
"use_underline"
>
True
</property>
<property
name=
"stock_pixmap"
>
gtk-open
</property>
</widget>
...
...
@@ -203,7 +203,7 @@
<child>
<widget
class=
"button"
id=
"button2"
>
<property
name=
"visible"
>
True
</property>
<property
name=
"label"
translatable=
"yes"
>
button2
</property>
<property
name=
"label"
>
button2
</property>
<property
name=
"use_underline"
>
True
</property>
<property
name=
"stock_pixmap"
>
gtk-cdrom
</property>
</widget>
...
...
@@ -212,7 +212,7 @@
<child>
<widget
class=
"button"
id=
"button3"
>
<property
name=
"visible"
>
True
</property>
<property
name=
"label"
translatable=
"yes"
>
button3
</property>
<property
name=
"label"
>
button3
</property>
<property
name=
"use_underline"
>
True
</property>
<property
name=
"stock_pixmap"
>
gtk-refresh
</property>
</widget>
...
...
modules/gui/pda/pda.glade
View file @
c14327c1
This diff is collapsed.
Click to expand it.
modules/gui/pda/pda_callbacks.c
View file @
c14327c1
...
...
@@ -2,7 +2,7 @@
* pda_callbacks.c : Callbacks for the pda Linux Gtk+ plugin.
*****************************************************************************
* Copyright (C) 2000, 2001 VideoLAN
* $Id: pda_callbacks.c,v 1.2
4 2004/01/05 13:07:03 zorglub
Exp $
* $Id: pda_callbacks.c,v 1.2
5 2004/01/25 14:15:21 kuehne
Exp $
*
* Authors: Jean-Paul Saman <jpsaman@wxs.nl>
*
...
...
@@ -349,7 +349,7 @@ gboolean onPDADeleteEvent(GtkWidget *widget, GdkEvent *event, gpointer user_data
vlc_mutex_lock
(
&
p_intf
->
change_lock
);
p_intf
->
p_vlc
->
b_die
=
VLC_TRUE
;
vlc_mutex_unlock
(
&
p_intf
->
change_lock
);
msg_Dbg
(
p_intf
,
"about to exit vlc ... signal
l
ed"
);
msg_Dbg
(
p_intf
,
"about to exit vlc ... signaled"
);
return
TRUE
;
}
...
...
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