~indicator-applet-developers/indicator-appmenu/trunk.13.10

« back to all changes in this revision

Viewing changes to src/hud-verify-app-info.c

  • Committer: Tarmac
  • Author(s): Charles Kerr
  • Date: 2013-01-23 07:46:45 UTC
  • mfrom: (228.1.1 lp-1103087)
  • Revision ID: tarmac-20130123074645-pvup7h1f4de4kvpw
add an explicit glib minimum version; remove deprecated calls to g_type_init(). Fixes: https://bugs.launchpad.net/bugs/1103087.

Approved by Lars Uebernickel, PS Jenkins bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
                return 1;
54
54
        }
55
55
 
56
 
        g_type_init();
57
 
 
58
56
        gchar * filename = NULL;
59
57
        gint tmpfile = g_file_open_tmp("hud-verify-app-info-temp-db-XXXXXX", &filename, NULL);
60
58