~awn-core/awn/trunk-rewrite

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: R. Cryderman
  • Date: 2009-11-01 02:33:33 UTC
  • Revision ID: rcryderman@gmail.com-20091101023333-72e7hfeu8jh2nj2r
* applets/taskmanager/task-icon.c:
        Icon theme "change" signals happen at the strangest times.
        Handle theme change signals in TaskIcon instead of letting
        AwnThemedIcon code deal with it (if we don't then AwnThemedIcon
        will set our icon to a the desktop theme icon even when 
        we want to use the App icon).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
2009-10-31  Rodney Cryderman  <rcryderman@gmail.com>
2
2
 
3
3
        * applets/taskmanager/task-icon.c:
 
4
        Icon theme "change" signals happen at the strangest times.
 
5
        Handle theme change signals in TaskIcon instead of letting
 
6
        AwnThemedIcon code deal with it (if we don't then AwnThemedIcon
 
7
        will set our icon to a the desktop theme icon even when 
 
8
        we want to use the App icon).
 
9
 
 
10
2009-10-31  Rodney Cryderman  <rcryderman@gmail.com>
 
11
 
 
12
        * applets/taskmanager/task-icon.c:
4
13
        Further reduction of number of locations where
5
14
        awn_icon_set_from_pixbuf() is called.
6
15