summaryrefslogtreecommitdiffstats
path: root/gtk/src/queuehandler.c
diff options
context:
space:
mode:
authorjstebbins <[email protected]>2009-06-17 22:19:26 +0000
committerjstebbins <[email protected]>2009-06-17 22:19:26 +0000
commit2bbee7dc6b7236d75057c194dc12f9aafcd48334 (patch)
tree1a8a5fdde172ab41c146979e304511540f9fa8f9 /gtk/src/queuehandler.c
parent57952a58b0596d86d6c43d6663590a0c654264c6 (diff)
LinGui: make the status icon in the system tray a bit more useful
Succumbing to the pleading of users... - Use HB icon for status - Add tooltip to status icon that shows progress - Add preference option to skip the taskbar. So clikcing on the status icon un-minimizes. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2565 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk/src/queuehandler.c')
-rw-r--r--gtk/src/queuehandler.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/gtk/src/queuehandler.c b/gtk/src/queuehandler.c
index d4bb5cece..4dc683df3 100644
--- a/gtk/src/queuehandler.c
+++ b/gtk/src/queuehandler.c
@@ -658,11 +658,6 @@ queue_add(signal_user_data_t *ud)
return FALSE;
}
- GtkStatusIcon *si;
-
- si = GTK_STATUS_ICON(GHB_OBJECT(ud->builder, "hb_status"));
- gtk_status_icon_set_from_icon_name(si, "hb-status");
-
if (ud->queue == NULL)
ud->queue = ghb_array_value_new(32);
// Make a copy of current settings to be used for the new job