Changeset 7463 for branches/1.4x/gtk/tr-icon.c
- Timestamp:
- Dec 22, 2008, 5:39:02 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.4x/gtk/tr-icon.c
r6795 r7463 27 27 #else 28 28 29 #define UPDATE_INTERVAL 2500 29 #define UPDATE_INTERVAL_SECONDS 2 30 30 31 31 static void … … 91 91 g_signal_connect( icon, "activate", G_CALLBACK( activated ), NULL ); 92 92 g_signal_connect( icon, "popup-menu", G_CALLBACK( popup ), NULL ); 93 id = g _timeout_add( UPDATE_INTERVAL, refresh_tooltip_cb, icon );93 id = gtr_timeout_add_seconds( UPDATE_INTERVAL_SECONDS, refresh_tooltip_cb, icon ); 94 94 g_object_set_data( G_OBJECT( icon ), "tr-core", core ); 95 95 g_object_set_data_full( G_OBJECT(
Note: See TracChangeset
for help on using the changeset viewer.