~ubuntu-branches/ubuntu/maverick/gnome-terminal/maverick-proposed

« back to all changes in this revision

Viewing changes to .pc/02_add_transparency_properties.patch/src/terminal-screen.c

  • Committer: Bazaar Package Importer
  • Author(s): Chris Coulson
  • Date: 2010-09-27 17:05:38 UTC
  • mfrom: (1.3.43 upstream)
  • Revision ID: james.westby@ubuntu.com-20100927170538-n7rd9x2wpwqkdv92
Tags: 2.32.0-0ubuntu1
* New upstream version 2.32.0
* Drop 21_dont_crash_on_composite_change.patch - merged upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
223
223
              if (chdir (cwd_file) == 0)
224
224
                {
225
225
                  working_dir = g_get_current_dir ();
226
 
                  chdir (cwd);
 
226
                  (void) chdir (cwd);
227
227
                }
228
228
              g_free (cwd);
229
229
            }