Revision 1250

src/trayicon.c (revision 1250)
210 210
	if (enabled && notify_tag == 0) {
211 211
		gtk_status_icon_set_blinking(trayicon.status_icon, enabled);
212 212
		notify_tag = g_timeout_add(5000, notify_timeout_cb, NULL);
213
	} else if (!enabled && notify_tag > 0)
213
	} else if (!enabled && notify_tag > 0) {
214 214
		g_source_remove(notify_tag);
215
		notify_timeout_cb(NULL);
216
	}
215 217
}
216 218

  
217 219
void trayicon_set_stock_icon(StockPixmap icon)
ChangeLog.ja (revision 1250)
1
2006-10-20
2

  
3
	* src/trayicon.c: trayicon_set_notify(): ?????????Ǥ??????????褦?ˤ?????
4

  
1 5
2006-10-19
2 6

  
3 7
	* libsylph/codeconv.c: conv_get_code_conv_func(): JIS-SJIS ?? UTF-8 ????
ChangeLog (revision 1250)
1
2006-10-20
2

  
3
	* src/trayicon.c: trayicon_set_notify(): unset blinking correctly.
4

  
1 5
2006-10-19
2 6

  
3 7
	* libsylph/codeconv.c: conv_get_code_conv_func(): added JIS-SJIS and

Also available in: Unified diff