mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-06 00:30:08 +00:00
Fixed a last minute change in the quartz backend.
2006-12-20 Mikael Hallendal <micke@imendio.com> * gtk/gtkstatusicon.c: (gtk_status_icon_init): Fixed a last minute change in the quartz backend.
This commit is contained in:
parent
f18b0d4b7a
commit
e3655ec688
@ -1,3 +1,8 @@
|
|||||||
|
2006-12-20 Mikael Hallendal <micke@imendio.com>
|
||||||
|
|
||||||
|
* gtk/gtkstatusicon.c: (gtk_status_icon_init): Fixed a last minute
|
||||||
|
change in the quartz backend.
|
||||||
|
|
||||||
2006-12-20 Mikael Hallendal <micke@imendio.com>
|
2006-12-20 Mikael Hallendal <micke@imendio.com>
|
||||||
|
|
||||||
* gtk/Makefile.am: Added gtkstatusicon-quartz.c
|
* gtk/Makefile.am: Added gtkstatusicon-quartz.c
|
||||||
|
@ -490,8 +490,8 @@ gtk_status_icon_init (GtkStatusIcon *status_icon)
|
|||||||
|
|
||||||
priv->status_item = [[GtkQuartzStatusIcon alloc] initWithStatusIcon:status_icon];
|
priv->status_item = [[GtkQuartzStatusIcon alloc] initWithStatusIcon:status_icon];
|
||||||
|
|
||||||
priv->image_height = [priv->status_item getHeight];
|
priv->image_width = priv->image_height = [priv->status_item getHeight];
|
||||||
priv->image_width = [priv->status_item getWidth];
|
priv->size = priv->image_height;
|
||||||
|
|
||||||
QUARTZ_POOL_RELEASE;
|
QUARTZ_POOL_RELEASE;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user