~ubuntu-branches/ubuntu/maverick/brasero/maverick

« back to all changes in this revision

Viewing changes to nautilus/nautilus-burn-extension.c

  • Committer: Bazaar Package Importer
  • Author(s): Robert Ancell
  • Date: 2009-11-26 16:20:01 UTC
  • mto: This revision was merged to the branch mainline in revision 58.
  • Revision ID: james.westby@ubuntu.com-20091126162001-5iw2jzxdx8l31okz
Tags: upstream-2.29.2
ImportĀ upstreamĀ versionĀ 2.29.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
215
215
}
216
216
 
217
217
static void
 
218
brasero_session_name_changed (BraseroProjectName *project_name,
 
219
                              BraseroBurnSession *session)
 
220
{
 
221
        const gchar *label;
 
222
 
 
223
        label = gtk_entry_get_text (GTK_ENTRY (project_name));
 
224
        brasero_burn_session_set_label (session, label);
 
225
}
 
226
 
 
227
static void
218
228
write_activate (GtkWindow *toplevel)
219
229
{
220
230
        BraseroTrackDataCfg     *track;
239
249
        name_options = brasero_project_name_new (NULL);
240
250
        brasero_project_name_set_session (BRASERO_PROJECT_NAME (name_options),
241
251
                                          BRASERO_BURN_SESSION (session));
 
252
        g_signal_connect (name_options,
 
253
                          "name-changed",
 
254
                          G_CALLBACK (brasero_session_name_changed),
 
255
                          session);
242
256
 
243
257
        string = g_strdup_printf ("<b>%s</b>", _("Disc name"));
244
258
        options = brasero_utils_pack_properties (string,