Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
proview
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
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
Esteban Blanc
proview
Commits
ab5c55be
Commit
ab5c55be
authored
Feb 19, 2009
by
Claes pwr46/data0/x4-6-0
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bugfix, activating connect function when nothing was selected could cause X exception
parent
7b945ee6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
wb/lib/wb/gtk/wb_foe_gtk.cpp
wb/lib/wb/gtk/wb_foe_gtk.cpp
+3
-1
No files found.
wb/lib/wb/gtk/wb_foe_gtk.cpp
View file @
ab5c55be
...
@@ -1857,6 +1857,8 @@ pwr_tStatus WFoeGtk::create_window( int x_top,
...
@@ -1857,6 +1857,8 @@ pwr_tStatus WFoeGtk::create_window( int x_top,
gre
->
init
();
gre
->
init
();
function_setup
();
function_setup
();
CoWowGtk
::
GetAtoms
(
0
,
&
objid_atom
,
0
);
#if 0
#if 0
Arg args[20];
Arg args[20];
int sts;
int sts;
...
@@ -2078,7 +2080,7 @@ pwr_tStatus WFoeGtk::create_window( int x_top,
...
@@ -2078,7 +2080,7 @@ pwr_tStatus WFoeGtk::create_window( int x_top,
(XtCallbackProc)activate_quit, this);
(XtCallbackProc)activate_quit, this);
}
}
wow_GetAtoms( parent_wid,
0, &objid_atom, 0);
CoWowGtk::GetAtoms(
0, &objid_atom, 0);
/* SG 09.02.91 a top level should always be realized !
/* SG 09.02.91 a top level should always be realized !
* ML 16.03.94 changed Realize to Popup
* ML 16.03.94 changed Realize to Popup
...
...
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