View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0002774 | ardour | bugs | public | 2009-07-12 00:16 | 2020-04-19 20:14 |
| Reporter | nedko | Assigned To | paul | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Product Version | 2.8.1 | ||||
| Summary | 0002774: about box transient is not set | ||||
| Description | About box transient is not set. This makes it appear in suboptimal way when used with ion3 window manager. | ||||
| Tags | No tags attached. | ||||
|
2009-07-12 00:16
|
ardour-2.8.1-about-box-transient-fix.patch (581 bytes)
From fa4f1bde8d410bad4e7e231d77b445b9ff98a104 Mon Sep 17 00:00:00 2001 From: Nedko Arnaudov <nedko@arnaudov.name> Date: Sat, 11 Jul 2009 23:58:05 +0000 Subject: Fix about box transient --- diff --git a/gtk2_ardour/ardour_ui.cc b/gtk2_ardour/ardour_ui.cc index 8b69e15..c17a5cd 100644 --- a/gtk2_ardour/ardour_ui.cc +++ b/gtk2_ardour/ardour_ui.cc @@ -2628,6 +2628,8 @@ ARDOUR_UI::show_about () about->signal_response().connect(mem_fun (*this, &ARDOUR_UI::about_signal_response) ); } + about->set_transient_for(*editor); + about->show_all (); } -- cgit v0.8.2.1-2-g1e94 |
|
|
the attached file is fix for the issue |
|
|
committed. |
|
|
Issue has been closed automatically, by Trigger Close Plugin. Feel free to re-open with additional information if you think the issue is not resolved. |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2009-07-12 00:16 | nedko | New Issue | |
| 2009-07-12 00:16 | nedko | File Added: ardour-2.8.1-about-box-transient-fix.patch | |
| 2009-07-12 00:16 | nedko | Note Added: 0006424 | |
| 2009-07-20 15:42 | paul | Status | new => assigned |
| 2009-07-20 15:42 | paul | Assigned To | => paul |
| 2009-10-01 17:55 | paul | cost | => 0.00 |
| 2009-10-01 17:55 | paul | Note Added: 0006674 | |
| 2009-10-01 17:55 | paul | Status | assigned => resolved |
| 2009-10-01 17:55 | paul | Resolution | open => fixed |
| 2010-04-24 10:28 | cth103 | Category | bugs => bugs2 |
| 2010-04-24 10:31 | cth103 | Category | bugs2 => bugs |
| 2020-04-19 20:14 | system | Note Added: 0021950 | |
| 2020-04-19 20:14 | system | Status | resolved => closed |