diff options
Diffstat (limited to 'src/indicator-menu-item.c')
-rw-r--r-- | src/indicator-menu-item.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/indicator-menu-item.c b/src/indicator-menu-item.c index dcd9f75..94e10ba 100644 --- a/src/indicator-menu-item.c +++ b/src/indicator-menu-item.c @@ -401,4 +401,3 @@ indicator_menu_item_set_icon_name (IndicatorMenuItem *self, gtk_image_set_from_icon_name (self->priv->image, name, GTK_ICON_SIZE_MENU); g_object_notify_by_pspec (G_OBJECT (self), properties[PROP_ICON_NAME]); } - |