[gimp/tito: 11/50] removing context actions from search



commit bd6501c837eff3bb480573597aec5fad776c5b82
Author: Srihari <ssvz visishta net>
Date:   Tue Mar 27 12:06:22 2012 +0530

    removing context actions from search

 app/dialogs/tito-dialog.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/app/dialogs/tito-dialog.c b/app/dialogs/tito-dialog.c
index b037e10..036628b 100644
--- a/app/dialogs/tito-dialog.c
+++ b/app/dialogs/tito-dialog.c
@@ -777,6 +777,7 @@ static void fill_history(void)
              //exclude menus and popups
              if ( strstr (action_name, "-menu")  ||
                   strstr (action_name, "-popup") ||
+                  strstr (action_name, "context") ||
                   action_name[0] == '<')
                     continue;
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]