~awn-core/awn/trunk-rewrite

« back to all changes in this revision

Viewing changes to libawn/awn-themed-icon.h

  • Committer: R. Cryderman
  • Date: 2009-10-25 04:09:19 UTC
  • Revision ID: rcryderman@gmail.com-20091025040919-wzvzghb7rw85w80y
* libawn/awn-themed-icon.c:
* libawn/awn-themed-icon.h:
        Fix the code for awn_themed_icon_create_remove_custom_icon_item()
        so it's useful for something other than TaskManager. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
119
119
 
120
120
GtkWidget *   awn_themed_icon_create_custom_icon_item (AwnThemedIcon * icon,
121
121
                                                 const gchar * icon_name);
122
 
GtkWidget *   awn_themed_icon_create_remove_custom_icon_item (AwnThemedIcon * icon,
123
 
                                                 const gchar * icon_name);
 
122
GtkWidget *   awn_themed_icon_create_remove_custom_icon_item (AwnThemedIcon * icon,const gchar *icon_name);
124
123
 
125
124
void awn_themed_icon_drag_data_received (GtkWidget        *widget, 
126
125
                                    GdkDragContext   *context,