Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
gajim
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
195
Issues
195
List
Boards
Labels
Service Desk
Milestones
Merge Requests
20
Merge Requests
20
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gajim
gajim
Commits
e482f2ed
Commit
e482f2ed
authored
Nov 10, 2011
by
Yann Leboulanger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
call set_title on tooltip windows to prevent GTKWarning
parent
4971f7d8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
src/tooltips.py
src/tooltips.py
+1
-0
No files found.
src/tooltips.py
View file @
e482f2ed
...
...
@@ -85,6 +85,7 @@ def create_window(self):
Create a popup window each time tooltip is requested
"""
self
.
win
=
gtk
.
Window
(
gtk
.
WINDOW_POPUP
)
self
.
win
.
set_title
(
'tooltip'
)
self
.
win
.
set_border_width
(
3
)
self
.
win
.
set_resizable
(
False
)
self
.
win
.
set_name
(
'gtk-tooltips'
)
...
...
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