Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • gtk gtk
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1,537
    • Issues 1,537
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 222
    • Merge requests 222
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GNOMEGNOME
  • gtkgtk
  • Merge requests
  • !447

gdkevents-win32.c: Use g_strdup() in gdk_settings_notify()

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Chun-wei Fan requested to merge gtk-3-24.ime-event.fixes into gtk-3-24 Dec 10, 2018
  • Overview 8
  • Commits 1
  • Pipelines 4
  • Changes 1

Hi,

When starting GTK+ programs on CJK (Chinese, Japanese, Korean) Windows, the IM context code (hence the IME support code) will be activated automatically, so it is both unecessary (and causing crashes) to send a gtk-im-module settings change event afterwards in gdkevents-win32.c when we, say, for instance, change from a Chinese input method to a Korean input method (or vice-versa), or when we activate any IME input method when one is not activated yet.

With blessings, thank you!

Edited Dec 17, 2018 by Chun-wei Fan
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: gtk-3-24.ime-event.fixes