Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dorota Czaplejewicz
gtk
Commits
f6212513
Commit
f6212513
authored
Jan 02, 2009
by
Matthias Clasen
Browse files
Fix the build on OS X
svn path=/trunk/; revision=22044
parent
7da4113a
Changes
2
Show whitespace changes
Inline
Side-by-side
ChangeLog
View file @
f6212513
2009-01-02 Matthias Clasen <mclasen@redhat.com>
Bug 566334 – compile failure for gtk+ on Mac OS X
* gtk/gtkstatusicon.c: Fix the build on OS X.
Reported by Bart Cortooms.
2009-01-02 Matthias Clasen <mclasen@redhat.com>
Bug 566083 – Icon pixmap hardcoded during DnD
...
...
gtk/gtkstatusicon.c
View file @
f6212513
...
...
@@ -2689,7 +2689,7 @@ gtk_status_icon_set_tooltip_text (GtkStatusIcon *status_icon,
#endif
#ifdef GDK_WINDOWING_QUARTZ
QUARTZ_POOL_ALLOC
;
[
priv
->
status_item
setToolTip
:
tooltip_
text
];
[
priv
->
status_item
setToolTip
:
text
];
QUARTZ_POOL_RELEASE
;
g_free
(
priv
->
tooltip_text
);
...
...
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