diff options
author | Ted Gould <ted@gould.cx> | 2010-01-19 08:46:48 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-01-19 08:46:48 -0600 |
commit | eaf87facbcfdf77ffe62ea35fd1601ea164e0cde (patch) | |
tree | e0625d9b129dcecb1d36e3a4c49663561b0ccf80 /tests/dummy-indicator-signaler.c | |
parent | e36616bc9cd4db807a3fd009502dcca31222d755 (diff) | |
parent | a1032ca3e9954f40451c1d0cddcf5e1dcbedd721 (diff) | |
download | libayatana-indicator-eaf87facbcfdf77ffe62ea35fd1601ea164e0cde.tar.gz libayatana-indicator-eaf87facbcfdf77ffe62ea35fd1601ea164e0cde.tar.bz2 libayatana-indicator-eaf87facbcfdf77ffe62ea35fd1601ea164e0cde.zip |
Support for entries having a location and moving that location.
Diffstat (limited to 'tests/dummy-indicator-signaler.c')
-rw-r--r-- | tests/dummy-indicator-signaler.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/dummy-indicator-signaler.c b/tests/dummy-indicator-signaler.c index 0444110..9bd01bf 100644 --- a/tests/dummy-indicator-signaler.c +++ b/tests/dummy-indicator-signaler.c @@ -81,6 +81,7 @@ idle_signal (gpointer data) g_signal_emit(G_OBJECT(self), INDICATOR_OBJECT_SIGNAL_ENTRY_ADDED_ID, 0, GUINT_TO_POINTER(5), TRUE); g_signal_emit(G_OBJECT(self), INDICATOR_OBJECT_SIGNAL_ENTRY_REMOVED_ID, 0, GUINT_TO_POINTER(5), TRUE); + g_signal_emit(G_OBJECT(self), INDICATOR_OBJECT_SIGNAL_ENTRY_MOVED_ID, 0, GUINT_TO_POINTER(5), 0, 1, TRUE); return FALSE; /* Don't queue again */ } |