Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
X
ximper-welcome
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ximper Linux
ximper-welcome
Commits
a0ac7adf
Commit
a0ac7adf
authored
Nov 20, 2024
by
Bilal Elmoussaoui
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'City-busz-main-patch-44613' into 'main'
application: Present active window if available See merge request GNOME/gnome-tour!79
parents
b080f493
6e4e8a7d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
application.rs
src/application.rs
+5
-0
No files found.
src/application.rs
View file @
a0ac7adf
...
...
@@ -28,6 +28,11 @@ mod imp {
self
.parent_activate
();
let
application
=
self
.obj
();
if
let
Some
(
window
)
=
application
.active_window
()
{
window
.present
();
return
;
}
let
window
=
Window
::
new
(
&
application
);
application
.add_window
(
&
window
);
window
.present
();
...
...
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