Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
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