Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
jami-daemon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
savoirfairelinux
jami-daemon
Commits
8b631b84
Commit
8b631b84
authored
16 years ago
by
Julien Bonjean
Browse files
Options
Downloads
Patches
Plain Diff
Fixed contacts search bug when empty query
parent
1099bd33
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
sflphone-gtk/src/calltree.c
+0
-6
0 additions, 6 deletions
sflphone-gtk/src/calltree.c
sflphone-gtk/src/historyfilter.c
+0
-3
0 additions, 3 deletions
sflphone-gtk/src/historyfilter.c
with
0 additions
and
9 deletions
sflphone-gtk/src/calltree.c
+
0
−
6
View file @
8b631b84
...
...
@@ -253,12 +253,6 @@ toggle_contacts(GtkToggleToolButton *toggle_tool_button UNUSED,
// do a synchronized search
results
=
search_sync
(
gtk_entry_get_text
(
GTK_ENTRY
(
filter_entry
)),
50
);
if
(
results
==
NULL
)
{
printf
(
"No results
\n
"
);
return
;
}
for
(
i
=
results
;
i
!=
NULL
;
i
=
i
->
next
)
{
Hit
*
entry
;
...
...
This diff is collapsed.
Click to expand it.
sflphone-gtk/src/historyfilter.c
+
0
−
3
View file @
8b631b84
...
...
@@ -56,13 +56,10 @@ is_visible(GtkTreeModel* model, GtkTreeIter* iter, gpointer data UNUSED)
void
filter_entry_changed
(
GtkEntry
*
entry
UNUSED
,
gchar
*
arg1
UNUSED
,
gpointer
data
UNUSED
)
{
//printf("%s\n",gtk_entry_get_text(GTK_ENTRY(entry)));
if
(
active_calltree
==
current_calls
)
switch_tab
(
contacts
);
else
refresh_tab
(
active_calltree
);
}
void
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment