#1188690, fbrun segfault
This commit is contained in:
parent
9288ae8eb0
commit
adc88698fb
2 changed files with 5 additions and 0 deletions
|
@ -1,5 +1,8 @@
|
|||
(Format: Year/Month/Day)
|
||||
Changes for 0.9.13
|
||||
*05/04/25:
|
||||
* Fixed #1188690, fbrun segfault (Mathias)
|
||||
FbTk/App.cc
|
||||
*05/04/23:
|
||||
* Close of #956325 (Mathias)
|
||||
WorkspaceMenu -> left click on a item will jump TO that
|
||||
|
|
|
@ -51,6 +51,8 @@ App::App(const char *displayname):m_done(false), m_display(0) {
|
|||
if (displayname != 0 && displayname[0] == '\0')
|
||||
displayname = 0;
|
||||
m_display = XOpenDisplay(displayname);
|
||||
if (!m_display)
|
||||
throw std::string("Couldn't connect to XServer");
|
||||
|
||||
Font::init();
|
||||
Image::init();
|
||||
|
|
Loading…
Reference in a new issue