[chronojump] Removed webkit code
- From: Xavier de Blas <xaviblas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [chronojump] Removed webkit code
- Date: Fri, 28 Sep 2012 19:46:29 +0000 (UTC)
commit 63ed25aab171575a9060e57790a32e9ad8cf7596
Author: Xavier de Blas <xaviblas gmail com>
Date: Fri Sep 28 21:45:58 2012 +0200
Removed webkit code
glade/chronojump.glade | 3 ---
src/gui/chronojump.cs | 2 +-
src/gui/presentation.cs | 3 ++-
3 files changed, 3 insertions(+), 5 deletions(-)
---
diff --git a/glade/chronojump.glade b/glade/chronojump.glade
index adbc5a4..9261862 100644
--- a/glade/chronojump.glade
+++ b/glade/chronojump.glade
@@ -12844,7 +12844,6 @@ Evaluator can use real name or nickname.</property>
<property name="receives_default">True</property>
<property name="tooltip">Maximize view</property>
<property name="use_action_appearance">False</property>
- <signal name="clicked" handler="on_button_presentation_screen_clicked" swapped="no"/>
<child>
<widget class="GtkImage" id="image25">
<property name="visible">True</property>
@@ -12867,7 +12866,6 @@ Evaluator can use real name or nickname.</property>
<property name="receives_default">True</property>
<property name="tooltip">Restore view</property>
<property name="use_action_appearance">False</property>
- <signal name="clicked" handler="on_button_presentation_screen_clicked" swapped="no"/>
<child>
<widget class="GtkImage" id="image27">
<property name="visible">True</property>
@@ -12900,7 +12898,6 @@ Evaluator can use real name or nickname.</property>
<property name="receives_default">True</property>
<property name="tooltip">First slide</property>
<property name="use_action_appearance">False</property>
- <signal name="clicked" handler="on_button_presentation_reload_clicked" swapped="no"/>
<child>
<widget class="GtkImage" id="image28">
<property name="visible">True</property>
diff --git a/src/gui/chronojump.cs b/src/gui/chronojump.cs
index 852cd9f..f8761aa 100644
--- a/src/gui/chronojump.cs
+++ b/src/gui/chronojump.cs
@@ -501,7 +501,7 @@ public partial class ChronoJumpWindow
encoderInitializeStuff();
- presentationInit();
+ //presentationInit();
}
diff --git a/src/gui/presentation.cs b/src/gui/presentation.cs
index 138589e..3acd956 100644
--- a/src/gui/presentation.cs
+++ b/src/gui/presentation.cs
@@ -18,6 +18,7 @@
* Copyright (C) 2004-2012 Xavier de Blas <xaviblas gmail com>
*/
+/*
using System;
using System.IO;
using Gtk;
@@ -71,4 +72,4 @@ public partial class ChronoJumpWindow
}
}
-
+*/
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]