~ubuntu-branches/debian/experimental/brasero/experimental

« back to all changes in this revision

Viewing changes to src/brasero-xsession.c

  • Committer: Bazaar Package Importer
  • Author(s): Josselin Mouette
  • Date: 2011-03-29 16:33:51 UTC
  • mfrom: (1.3.18 upstream) (5.2.8 sid)
  • Revision ID: james.westby@ubuntu.com-20110329163351-ac3wgbh4mplmhnht
Tags: 2.91.93-1
* Only depend on growisofs instead of dvd+rw-tools.
* New upstream pre-release.
* Update build-dependencies, package names, and paths.
* Require totem-plparser 2.32 since its soname changed.
* Do not include GIR package for now, since the versioning is broken 
  (see Bugzilla #646069).
* 01_pkglibdir.patch: dropped, upstream now has a variable we can use 
  for that effect.
* 11_nautilus_menu_no_display.patch, 31_link_libice.patch, 
  50_checksum.patch: dropped, merged upstream.
* 90_relibtoolize.patch: dropped, unnecessary.

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
 
36
36
#include <gtk/gtk.h>
37
37
 
 
38
#include "brasero-xsession.h"
 
39
 
38
40
#include "eggsmclient.h"
39
41
 
40
42
#include "brasero-app.h"
68
70
        const gint argc = 3;
69
71
        const gchar *argv [] = { "brasero", "-p", NULL, NULL };
70
72
 
71
 
        /* Save the state of the window */
72
 
        brasero_app_save_window_state (app);
73
 
 
74
73
        /* Try to save its contents */
75
74
        argv [2] = brasero_app_get_saved_contents (app);
76
75