~ubuntu-branches/ubuntu/vivid/liferea/vivid-proposed

« back to all changes in this revision

Viewing changes to src/ui/ui_indicator.c

  • Committer: Package Import Robot
  • Author(s): Didier Roche
  • Date: 2011-04-07 12:29:22 UTC
  • mfrom: (102.2.6 natty)
  • Revision ID: package-import@ubuntu.com-20110407122922-sm0rx39ecbdgaw0o
Rebuild against latest libunity (soname bump)

Show diffs side-by-side

added added

removed removed

Lines of Context:
149
149
        pixbuf = gdk_pixbuf_new_from_file (node->iconFile, NULL);
150
150
 
151
151
        // display favicon
152
 
        indicate_gtk_indicator_set_property_icon (indicator, "icon", pixbuf);
 
152
        indicate_indicator_set_property_icon (indicator, "icon", pixbuf);
153
153
        gdk_pixbuf_unref (pixbuf);
154
154
 
155
155
        sprintf (count, "%u", node->unreadCount);