Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=gfpm/.git;a=commitdiff;h=6475628f3cb3e3f5806ec8e5035b7cecd69ff207

commit 6475628f3cb3e3f5806ec8e5035b7cecd69ff207
Author: Priyank <[EMAIL PROTECTED]>
Date:   Tue Jul 24 21:42:14 2007 +0530

gfpm-interface: refresh the ui while searching packages.

diff --git a/src/gfpm-interface.c b/src/gfpm-interface.c
index ce369cc..90d4561 100644
--- a/src/gfpm-interface.c
+++ b/src/gfpm-interface.c
@@ -879,6 +879,8 @@ cb_gfpm_search_keypress (GtkWidget *widget, GdkEventKey 
*event, gpointer data)
PM_PKG  *pm_lpkg;
gboolean up = FALSE;

+               while (gtk_events_pending())
+                       gtk_main_iteration ();
for (i=l;i;i=pacman_list_next(i))
{
pm_lpkg = pacman_db_readpkg (local_db, pacman_list_getdata(i));
_______________________________________________
Frugalware-git mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to