Ignore:
Timestamp:
05/22/07 01:27:58 (6 years ago)
Author:
alphaone
Message:
  • src/callbacks.c (moko_icon_view_selection_changed_cb):
  • src/main.c (handle_sigusr1):

Use the new moko_window_set_status_message functions to convey
information to the footer. I still kept all the dbus deps since
I'm not sure whether we still need it in the mainmenu.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/target/OM-2007/applications/openmoko-mainmenu/src/main.c

    r2043 r2051  
    2424 
    2525#include "main.h" 
     26 
     27#include <libmokoui/moko-window.h> 
    2628#include <sys/types.h> 
    2729#include <sys/stat.h> 
     
    4143  //gtk_window_present (GTK_WINDOW(mma->window)); 
    4244  g_debug ("Show finger menu"); 
    43   moko_dbus_send_message ("Openmoko main menu"); 
     45  moko_window_set_status_message (mma->fm->window, "Openmoko main menu"); 
    4446 
    4547  signal (SIGUSR1, handle_sigusr1); 
Note: See TracChangeset for help on using the changeset viewer.