~azzar1/unity/fix-trash-li-blocking

« back to all changes in this revision

Viewing changes to plugins/unityshell/src/LauncherEntryRemoteModel.cpp

  • Committer: Daniel van Vugt
  • Date: 2012-03-14 06:24:18 UTC
  • mfrom: (2108 unity)
  • mto: This revision was merged to the branch mainline in revision 2146.
  • Revision ID: daniel.van.vugt@canonical.com-20120314062418-nprucpbr0m7qky5e
MergedĀ latestĀ lp:unity

Show diffs side-by-side

added added

removed removed

Lines of Context:
327
327
  if (parameters == NULL || self->_entries_by_uri == NULL)
328
328
    return;
329
329
 
330
 
  g_variant_get(parameters, "(sss)", &name, &before, &after);
 
330
  g_variant_get(parameters, "(&s&s&s)", &name, &before, &after);
331
331
 
332
332
  if (!after[0])
333
333
  {