Changeset 3253
- Timestamp:
- 10/23/07 12:02:46 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/target/OM-2007.2/libraries/libmokopanelui2/libmokopanelui/moko-panel-applet.c
r3226 r3253 204 204 if ( priv->filename_for_icon ) 205 205 { 206 g_debug( "moko_panel_applet_iconadd_cb:'%s' (%p)", priv->filename_for_icon, priv->filename_for_icon ); 206 207 mb_panel_scaling_image_set_icon( MB_PANEL_SCALING_IMAGE(self->icon), priv->filename_for_icon ); 207 208 priv->filename_for_icon = 0; … … 215 216 void moko_panel_applet_set_icon(MokoPanelApplet* self, const gchar* filename) 216 217 { 218 g_debug( "moko_panel_applet_set_icon:'%s' (%p)", filename, filename ); 217 219 MokoPanelAppletPrivate* priv = MOKO_PANEL_APPLET_GET_PRIVATE( self ); 218 220 if ( !self->icon )
Note: See TracChangeset
for help on using the changeset viewer.
