Diff
Modified: trunk/lib/main.class.php (111 => 112)
--- trunk/lib/main.class.php 2007-01-11 21:19:42 UTC (rev 111)
+++ trunk/lib/main.class.php 2007-01-11 21:31:32 UTC (rev 112)
@@ -194,7 +194,7 @@
'name' => 'website',
'label' => '_Website',
'short-label' => '_Website',
- 'tooltip' => 'Visit Callicore website',
+ 'tooltip' => 'Visit website',
'callback' => array($this, 'on_website'),
'image' => 'cc-browser',
),
Modified: trunk/lib/toolbar.class.php (111 => 112)
--- trunk/lib/toolbar.class.php 2007-01-11 21:19:42 UTC (rev 111)
+++ trunk/lib/toolbar.class.php 2007-01-11 21:31:32 UTC (rev 112)
@@ -866,7 +866,7 @@
*
* @return void
*/
- protected function create_pixbuf($group, $action)
+ /*protected function create_pixbuf($group, $action)
{
// default icon width/height
@@ -922,8 +922,8 @@
0, 0, 0, 0, $icon_width, $icon_height);
$temp->destroy();
return $pixbuf;
-}
- /*function create_pixbuf($group, $action)
+}*/
+ function create_pixbuf($group, $action)
{
// create temporary window
$temp = new GtkWindow();
@@ -971,9 +971,9 @@
0, 0, 0, 0, $width, $height);
$temp->destroy();
return $pixbuf;
- }*/
+ }
- function fake_expose_widget( GtkWidget $widget, GdkPixmap &$pixmap = null){
+ /*function fake_expose_widget( GtkWidget $widget, GdkPixmap &$pixmap = null){
//GdkWindow *tmp_window;
//GdkEventExpose event;
@@ -989,6 +989,7 @@
$widget->realize();
$widget->send_expose($event); //gtk_widget_send_expose (widget, (GdkEvent *) &event);
$widget->window = $tmp_window; //widget->window = tmp_window;
+}*/
+
}
-}
?>
\ No newline at end of file
Modified: trunk/programs/ide/lib/ide.class.php (111 => 112)
--- trunk/programs/ide/lib/ide.class.php 2007-01-11 21:19:42 UTC (rev 111)
+++ trunk/programs/ide/lib/ide.class.php 2007-01-11 21:31:32 UTC (rev 112)
@@ -8,6 +8,8 @@
protected $pane_left;
protected $pane_right;
+ protected $website = 'http://callicore.net/desktop/ide';
+
protected $menubar = array(
'_File' => array(
'file:new',
@@ -57,7 +59,11 @@
'help:help',
'help:website',
'help:about',
- 'tools:preferences'
+ 'tools:preferences',
+ 'view:top_pane',
+ 'view:bottom_pane',
+ 'view:left_pane',
+ 'view:right_pane',
);
protected $tooldefault = array(