~ubuntu-branches/ubuntu/utopic/geany/utopic

« back to all changes in this revision

Viewing changes to tagmanager/tm_source_file.c

  • Committer: Package Import Robot
  • Author(s): Jeremy Bicha
  • Date: 2013-04-19 21:00:25 UTC
  • Revision ID: package-import@ubuntu.com-20130419210025-tsuvhqufntxj5rsy
Tags: 1.22+dfsg-2ubuntu1
* debian/patches/git_build_with_latest_glib.patch:
  - Backport patch from 1.23 to fix build failure with glib 2.36

Show diffs side-by-side

added added

removed removed

Lines of Context:
265
265
}
266
266
 
267
267
gboolean tm_source_file_update(TMWorkObject *source_file, gboolean force
268
 
  , gboolean __unused__ recurse, gboolean update_parent)
 
268
  , gboolean UNUSED recurse, gboolean update_parent)
269
269
{
270
270
        if (force)
271
271
        {