Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
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-2-2
Commits
4a53cbab
Commit
4a53cbab
authored
Sep 16, 2002
by
Sam Hocevar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* ./modules/gui/gtk/gtk.glade: handled delete event for the Open window.
parent
67c3e67a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
modules/gui/gtk/gtk.glade
modules/gui/gtk/gtk.glade
+5
-0
modules/gui/gtk/gtk_interface.c
modules/gui/gtk/gtk_interface.c
+3
-0
No files found.
modules/gui/gtk/gtk.glade
View file @
4a53cbab
...
...
@@ -1442,6 +1442,11 @@ http://www.videolan.org/</label>
<class>
GtkDialog
</class>
<name>
intf_open
</name>
<border_width>
5
</border_width>
<signal>
<name>
delete_event
</name>
<handler>
gtk_widget_hide
</handler>
<last_modification_time>
Mon, 16 Sep 2002 07:48:17 GMT
</last_modification_time>
</signal>
<title>
Open Target
</title>
<type>
GTK_WINDOW_TOPLEVEL
</type>
<position>
GTK_WIN_POS_NONE
</position>
...
...
modules/gui/gtk/gtk_interface.c
View file @
4a53cbab
...
...
@@ -2091,6 +2091,9 @@ create_intf_open (void)
GDK_Escape
,
0
,
GTK_ACCEL_VISIBLE
);
gtk_signal_connect
(
GTK_OBJECT
(
intf_open
),
"delete_event"
,
GTK_SIGNAL_FUNC
(
gtk_widget_hide
),
NULL
);
gtk_signal_connect_after
(
GTK_OBJECT
(
open_notebook
),
"switch_page"
,
GTK_SIGNAL_FUNC
(
GtkOpenNotebookChanged
),
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