~mfisch/brasero/update-to-3.8.0

« back to all changes in this revision

Viewing changes to libbrasero-burn/brasero-app-indicator.c

  • Committer: Matthew Fischer
  • Date: 2013-05-26 19:48:27 UTC
  • mfrom: (1.1.56)
  • Revision ID: matthew.fischer@canonical.com-20130526194827-9bx3owseaxxa3o2i
* New upstream release (LP: #1184409)
  - Documentation fixes
  - Translation updates
  - Add a question mark to a question
  - Support notification filtering
  - Remove nonexisting options from the man page
  - Fix while loop in `brasero_libisofs_write_image_to_fd_thread
* Refreshed patches
* 99_fix-mp3-projects.patch: Removed, already applied upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
69
69
        SHOW_DIALOG_SIGNAL,
70
70
        LAST_SIGNAL
71
71
} BraseroAppIndicatorSignalType;
72
 
 
 
72
 
73
73
static guint brasero_app_indicator_signals[LAST_SIGNAL] = { 0 };
74
74
static GObjectClass *parent_class = NULL;
75
75