~ucl-cs-study-devs/activityfinder/gtk+2.0-2.24.27

« back to all changes in this revision

Viewing changes to .pc/100_overlay_scrollbar_loading.patch/gtk/gtkmain.c

  • Committer: Package Import Robot
  • Author(s): Iain Lane
  • Date: 2015-02-20 17:48:37 UTC
  • mfrom: (1.14.27)
  • Revision ID: package-import@ubuntu.com-20150220174837-slkw5y3egvqijcyu
Tags: 2.24.26-0ubuntu1
* New upstream release.
  + Protect gdk_event_apply_filters_safe from changes in the filter list
  (LP: #1351890)
* Now need to build with --enable-man to build the manpages, and build-dep
  on libxml2-utils to get xmlcatalog which configure uses to decide whether
  to build them.

Show diffs side-by-side

added added

removed removed

Lines of Context:
690
690
    }
691
691
#endif  /* G_ENABLE_DEBUG */
692
692
 
 
693
  env_string = g_getenv ("GTK2_MODULES");
 
694
  if (env_string)
 
695
    gtk_modules_string = g_string_new (env_string);
 
696
 
693
697
  env_string = g_getenv ("GTK_MODULES");
694
698
  if (env_string)
695
 
    gtk_modules_string = g_string_new (env_string);
 
699
    {
 
700
      if (gtk_modules_string)
 
701
        g_string_append_c (gtk_modules_string, G_SEARCHPATH_SEPARATOR);
 
702
      else
 
703
        gtk_modules_string = g_string_new (NULL);
 
704
 
 
705
      g_string_append (gtk_modules_string, env_string);
 
706
    }
696
707
}
697
708
 
698
709
static void