~notify-osd-developers/notify-osd/packaging

« back to all changes in this revision

Viewing changes to src/stack.c

  • Committer: Mirco Müller
  • Date: 2009-03-04 14:29:59 UTC
  • mfrom: (24.14.5 notify-osd)
  • Revision ID: mirco.mueller@ubuntu.com-20090304142959-7hxept5w2fngm3jg
Tags: 0.9ubuntu2
releasing version 0.9ubuntu2

Show diffs side-by-side

added added

removed removed

Lines of Context:
582
582
        (*out_caps)[3] = g_strdup ("image/svg+xml");
583
583
        (*out_caps)[4] = g_strdup ("private-synchronous");
584
584
        (*out_caps)[5] = g_strdup ("append");
585
 
        (*out_caps)[6] = g_strdup ("private-icon-only"); 
586
 
        (*out_caps)[7] = NULL;
 
585
        (*out_caps)[6] = g_strdup ("private-icon-only");
 
586
        (*out_caps)[7] = g_strdup ("truncation");
 
587
        (*out_caps)[8] = NULL;
587
588
 
588
589
        return TRUE;
589
590
}