Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
Diffstat (limited to 'shell')
-rw-r--r--shell/eggfindbar.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/shell/eggfindbar.c b/shell/eggfindbar.c
index 4ce4662..f7b2047 100644
--- a/shell/eggfindbar.c
+++ b/shell/eggfindbar.c
@@ -238,8 +238,11 @@ entry_activate_callback (GtkEntry *entry,
void *data)
{
EggFindBar *find_bar = EGG_FIND_BAR (data);
+ EggFindBarPrivate *priv = (EggFindBarPrivate *)find_bar->private_data;
- egg_find_bar_emit_next (find_bar);
+ /* We activate the "next" button here so we'll get a nice
+ animation */
+ gtk_widget_activate (priv->next_button);
}
static void