diff options
author | jstebbins <[email protected]> | 2009-06-20 18:08:06 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2009-06-20 18:08:06 +0000 |
commit | 0865bab7662ff6e7e831705c5b0f2aa6916f855b (patch) | |
tree | 7f6d9422e04dffc7ed5cd8b1ca7e6e016b679ad0 /gtk/src/ghb.ui | |
parent | 2c92194ddde3710dba84abea10aa123b835a8d4f (diff) |
LinGui: make status icon code backwards compatible to gtk 2.10
There's a new status icon api in 2.16 that is not backwards compatible.
The depricated interface is broken in 2.16, so ifdef the code to use
older api only when older gtk versions are used.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2589 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk/src/ghb.ui')
-rw-r--r-- | gtk/src/ghb.ui | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk/src/ghb.ui b/gtk/src/ghb.ui index 4f0736015..428e388f2 100644 --- a/gtk/src/ghb.ui +++ b/gtk/src/ghb.ui @@ -5757,7 +5757,6 @@ libx264 authors: </object> <object class="GtkStatusIcon" id="hb_status"> <property name="icon_name">hb-icon</property> - <signal handler="status_icon_query_tooltip_cb" name="query-tooltip"/> <signal handler="status_activate_cb" name="activate"/> </object> <object class="GtkDialog" id="update_dialog"> |