~mfisch/brasero/update-to-3.8.0

« back to all changes in this revision

Viewing changes to src/brasero-notify.c

  • Committer: Bazaar Package Importer
  • Author(s): Pedro Fragoso
  • Date: 2008-11-18 11:30:50 UTC
  • mto: (1.4.1 experimental)
  • mto: This revision was merged to the branch mainline in revision 29.
  • Revision ID: james.westby@ubuntu.com-20081118113050-yhrskmatlel0gzfm
Tags: upstream-0.8.3
ImportĀ upstreamĀ versionĀ 0.8.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
146
146
        return message;
147
147
}
148
148
 
149
 
void
 
149
GtkWidget *
150
150
brasero_notify_button_add (BraseroNotify *self,
151
151
                           BraseroDiscMessage *message,
152
152
                           const gchar *text,
156
156
        BraseroNotifyPrivate *priv;
157
157
 
158
158
        priv = BRASERO_NOTIFY_PRIVATE (self);
159
 
        brasero_disc_message_add_button (BRASERO_DISC_MESSAGE (message),
160
 
                                         priv->button,
161
 
                                         text,
162
 
                                         tooltip,
163
 
                                         response);
 
159
        return brasero_disc_message_add_button (BRASERO_DISC_MESSAGE (message),
 
160
                                                priv->button,
 
161
                                                text,
 
162
                                                tooltip,
 
163
                                                response);
164
164
}
165
165
 
166
166
static void