Fix compile-time warning
This commit is contained in:
parent
5cfe9aaba7
commit
9a822e1af9
|
@ -429,7 +429,6 @@ _notify_notification_update_applet_hints (NotifyNotification *n)
|
||||||
|
|
||||||
if (priv->status_icon != NULL) {
|
if (priv->status_icon != NULL) {
|
||||||
GdkRectangle rect;
|
GdkRectangle rect;
|
||||||
GdkWindow *window;
|
|
||||||
guint32 xid;
|
guint32 xid;
|
||||||
|
|
||||||
xid = gtk_status_icon_get_x11_window_id (priv->status_icon);
|
xid = gtk_status_icon_get_x11_window_id (priv->status_icon);
|
||||||
|
|
Loading…
Reference in New Issue