X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=lttv%2Fmodules%2Fgui%2Flttvwindow%2Flttvwindow%2Fcallbacks.h;h=172a20e0f50ebddb9b3f7042fdc5ef0b2ea541d4;hb=b9ce0bad7daf7c0a2333c91fdb1e35d602afe17f;hp=b4373b80bff3537a94b11e87eacea8c00df1e994;hpb=1e3594a344fc57ed19aed95efa9e27bedb287df4;p=lttv.git diff --git a/lttv/modules/gui/lttvwindow/lttvwindow/callbacks.h b/lttv/modules/gui/lttvwindow/lttvwindow/callbacks.h index b4373b80..172a20e0 100644 --- a/lttv/modules/gui/lttvwindow/lttvwindow/callbacks.h +++ b/lttv/modules/gui/lttvwindow/lttvwindow/callbacks.h @@ -12,8 +12,8 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, - * MA 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, + * MA 02110-1301, USA. */ #include @@ -27,7 +27,7 @@ MainWindow *construct_main_window(MainWindow * parent); void main_window_free(MainWindow * mw); void main_window_destructor(MainWindow * mw); -void create_main_window_with_trace_list(GSList *traces, gboolean is_live); +void create_main_window_with_trace_list(GSList *traces); void insert_viewer_wrap(GtkWidget *menuitem, gpointer user_data); gboolean execute_events_requests(Tab *tab);