This website works better with JavaScript.
Home
Help
Sign In
non
/
non
mirror of
https://github.com/original-male/non
Watch
1
Star
0
Fork
0
Code
Releases
11
Activity
Browse Source
Merge
af83098a15
into
f76de32c44
pull/119/merge
Wesley Merkel
GitHub
3 years ago
parent
f76de32c44
af83098a15
commit
8cad20285d
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
session-manager/src/session-manager.C
+ 1
- 1
session-manager/src/session-manager.C
View File
@@ -589,7 +589,7 @@ public:
{
const char *name = fl_input( "Open Session", NULL );
if ( ! name )
if ( ! name
|| *name == '\0'
)
return;
Fl_Tree_Item *item = session_browser->find_item( name );
Write
Preview
Loading…
Cancel
Save