(gtk) fix system tray icon

This commit is contained in:
Charles Kerr 2007-09-28 15:22:29 +00:00
parent 5f8764c7c6
commit f6e552793e
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ popup ( GtkStatusIcon * self,
gpointer
tr_icon_new( void )
{
GtkStatusIcon * ret = gtk_status_icon_new_from_stock ("ICON_TRANSMISSION");
GtkStatusIcon * ret = gtk_status_icon_new_from_stock ("transmission-logo");
g_signal_connect( ret, "activate", G_CALLBACK( activated ), NULL );
g_signal_connect( ret, "popup-menu", G_CALLBACK( popup ), NULL );
return ret;