~larsu/indicator-messages/lp1058386

« back to all changes in this revision

Viewing changes to src/im-app-menu-item.c

  • Committer: Lars Uebernickel
  • Date: 2012-08-27 15:34:30 UTC
  • mfrom: (293.1.8 fix-icons)
  • Revision ID: lars.uebernickel@canonical.com-20120827153430-iidqlbi67reuvavs
MergeĀ lp:~larsu/messaging-menu/fix-icons

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
  GtkWidget *grid;
49
49
 
50
50
  priv->icon = g_object_ref (gtk_image_new ());
 
51
  gtk_widget_set_margin_right (priv->icon, 6);
51
52
 
52
53
  priv->label = g_object_ref (gtk_label_new (""));
53
54