~indicator-applet-developers/ubuntu/precise/indicator-appmenu/upstream

« back to all changes in this revision

Viewing changes to src/hudsourcelist.c

  • Committer: Charles Kerr
  • Date: 2012-04-05 16:13:00 UTC
  • mfrom: (196.1.30 ubuntu)
  • Revision ID: charles.kerr@canonical.com-20120405161300-nyqzp7nwolu85j9b
Sync form Ubuntu Desktop

Show diffs side-by-side

added added

removed removed

Lines of Context:
83
83
}
84
84
 
85
85
static void
86
 
hud_source_list_search (HudSource   *source,
87
 
                        GPtrArray   *results_array,
88
 
                        const gchar *search_string)
 
86
hud_source_list_search (HudSource    *source,
 
87
                        GPtrArray    *results_array,
 
88
                        HudTokenList *search_string)
89
89
{
90
90
  HudSourceList *list = HUD_SOURCE_LIST (source);
91
91
  GSList *node;