~ubuntu-branches/ubuntu/intrepid/libxklavier/intrepid

« back to all changes in this revision

Viewing changes to libxklavier/xklavier_util.c

  • Committer: Bazaar Package Importer
  • Author(s): Loic Minier
  • Date: 2008-09-05 22:34:18 UTC
  • mfrom: (1.1.12 upstream) (22.1.1 experimental)
  • Revision ID: james.westby@ubuntu.com-20080905223418-0s9w2zc4xmfo7rbi
Tags: 3.7-1
* New upstream stable releases; API addition in 3.6.
  - Bump shlibs to >= 3.6.
  - Build-dep on iso-codes.
  - Let libxklavier12 suggest iso-codes as only parts of the libxklavier ABI
    relies on the data files.
  - Bump up libglib2.0-dev bdep to >= 2.16.0.
  - Target at experimental for now due to lenny's freeze; include
    check-dist.mk.
  - Fixes crash with non-UTF-8 locales; closes: #481119, #492090.
* Move shlibs definition to rules via DEB_DH_MAKESHLIBS_ARGS_ALL instead of
  debian/libxklavier12.shlibs.
* Extract library package name from control.
* Drop libxklavier.spec cleanup snippet.
* Don't override DEB_CONFIGURE_EXTRA_FLAGS completely.
* Update Standards-Version to 3.8.0.
* Add Homepage field.
* Use SF download page as download URL in copyright instead of homepage.

Show diffs side-by-side

added added

removed removed

Lines of Context:
121
121
        if (win != (Window) NULL) {
122
122
                name = xkl_engine_get_window_title(engine, win);
123
123
                if (name != NULL) {
124
 
                        snprintf(sname, sizeof(sname), "%.32s", name);
 
124
                        g_snprintf(sname, sizeof(sname), "%.32s", name);
125
125
                        g_free(name);
126
126
                }
127
127
        }