~bilalakhtar/brasero/unity-launcher-integration

« back to all changes in this revision

Viewing changes to debian/patches/012_appindicator.patch

  • Committer: Sebastien Bacher
  • Date: 2010-09-29 16:11:19 UTC
  • mfrom: (102.1.1 brasero)
  • Revision ID: seb128@ubuntu.com-20100929161119-dor0uobh34y50do6
Tags: 2.32.0-0ubuntu1
releasing version 2.32.0-0ubuntu1

Show diffs side-by-side

added added

removed removed

Lines of Context:
718
718
 brasero_burn_dialog_init (BraseroBurnDialog * obj)
719
719
@@ -2563,6 +2653,17 @@
720
720
 
721
 
        gtk_dialog_set_has_separator (GTK_DIALOG (obj), FALSE);
 
721
        gtk_window_set_default_size (GTK_WINDOW (obj), 500, 0);
722
722
 
723
723
+#ifdef HAVE_APP_INDICATOR
724
724
+       priv->indicator = brasero_app_indicator_new ();