diff options
Diffstat (limited to 'src/plugins/fs/search.c')
-rw-r--r-- | src/plugins/fs/search.c | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/src/plugins/fs/search.c b/src/plugins/fs/search.c index 369eff46..750e7432 100644 --- a/src/plugins/fs/search.c +++ b/src/plugins/fs/search.c | |||
@@ -213,8 +213,8 @@ static void freeIterSubtree(GtkTreeModel * tree, | |||
213 | * The spin button giving the rating for a particular namespace | 213 | * The spin button giving the rating for a particular namespace |
214 | * has been changed. Store the new rating for the namespace. | 214 | * has been changed. Store the new rating for the namespace. |
215 | */ | 215 | */ |
216 | void on_namespaceRatingSpinButton_changed(GtkWidget * dummy, | 216 | void on_namespaceRatingSpinButton_changed_fs(GtkWidget * dummy, |
217 | GtkWidget * dummy2) { | 217 | GtkWidget * dummy2) { |
218 | GtkWidget * spin; | 218 | GtkWidget * spin; |
219 | GtkWidget * ncbe; | 219 | GtkWidget * ncbe; |
220 | GtkTreeModel * model; | 220 | GtkTreeModel * model; |
@@ -281,8 +281,8 @@ void on_namespaceRatingSpinButton_changed(GtkWidget * dummy, | |||
281 | * Update the trust level (possibly changing sensitivity) | 281 | * Update the trust level (possibly changing sensitivity) |
282 | * and set the search string to the root (if available). | 282 | * and set the search string to the root (if available). |
283 | */ | 283 | */ |
284 | void on_searchNamespaceComboBoxEntry_changed(GtkWidget * dummy, | 284 | void on_searchNamespaceComboBoxEntry_changed_fs(GtkWidget * dummy, |
285 | GtkWidget * dummy2) { | 285 | GtkWidget * dummy2) { |
286 | GtkWidget * keyword; | 286 | GtkWidget * keyword; |
287 | GtkWidget * spin; | 287 | GtkWidget * spin; |
288 | GtkWidget * ncbe; | 288 | GtkWidget * ncbe; |
@@ -349,8 +349,8 @@ void on_searchNamespaceComboBoxEntry_changed(GtkWidget * dummy, | |||
349 | DEBUG_END(); | 349 | DEBUG_END(); |
350 | } | 350 | } |
351 | 351 | ||
352 | void on_searchResults_destroy(GtkWidget * dummy, | 352 | void on_searchResults_destroy_fs(GtkWidget * dummy, |
353 | GtkWidget * treeview) { | 353 | GtkWidget * treeview) { |
354 | GtkTreeStore * tree; | 354 | GtkTreeStore * tree; |
355 | GtkTreeIter iter; | 355 | GtkTreeIter iter; |
356 | 356 | ||
@@ -573,8 +573,8 @@ static void closeSearchPage(SearchList * list) { | |||
573 | GE_BREAK(ectx, 0); | 573 | GE_BREAK(ectx, 0); |
574 | } | 574 | } |
575 | 575 | ||
576 | void on_closeSearchButton_clicked(GtkWidget * searchPage, | 576 | void on_closeSearchButton_clicked_fs(GtkWidget * searchPage, |
577 | GtkWidget * closeButton) { | 577 | GtkWidget * closeButton) { |
578 | SearchList * list; | 578 | SearchList * list; |
579 | SearchList * prev; | 579 | SearchList * prev; |
580 | 580 | ||
@@ -744,8 +744,8 @@ static void * startSearch(void * cls) { | |||
744 | return NULL; | 744 | return NULL; |
745 | } | 745 | } |
746 | 746 | ||
747 | void on_fssearchbutton_clicked(gpointer dummy2, | 747 | void on_fssearchbutton_clicked_fs(gpointer dummy2, |
748 | GtkWidget * searchButton) { | 748 | GtkWidget * searchButton) { |
749 | GtkWidget * searchKeywordGtkCB; | 749 | GtkWidget * searchKeywordGtkCB; |
750 | GtkWidget * searchNamespaceGtkCB; | 750 | GtkWidget * searchNamespaceGtkCB; |
751 | GtkWidget * notebook; | 751 | GtkWidget * notebook; |
@@ -1290,7 +1290,7 @@ GtkWidget *buildSearchTabLabel(GtkWidget *searchPage, | |||
1290 | 1290 | ||
1291 | g_signal_connect_swapped(close_button, | 1291 | g_signal_connect_swapped(close_button, |
1292 | "clicked", | 1292 | "clicked", |
1293 | G_CALLBACK (on_closeSearchButton_clicked), | 1293 | G_CALLBACK (on_closeSearchButton_clicked_fs), |
1294 | searchPage); | 1294 | searchPage); |
1295 | 1295 | ||
1296 | /* truncate the description if needed */ | 1296 | /* truncate the description if needed */ |